mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-15 05:34:17 -04:00
opt: optimize keymap set
This commit is contained in:
parent
25067738ed
commit
bf6644c9f5
3 changed files with 7 additions and 3 deletions
|
|
@ -123,6 +123,10 @@ static const struct xkb_rule_names xkb_fallback_rules = {
|
|||
.options = NULL,
|
||||
};
|
||||
|
||||
static const struct xkb_rule_names xkb_default_rules = {
|
||||
.options = NULL,
|
||||
};
|
||||
|
||||
struct xkb_rule_names xkb_rules = {
|
||||
/* can specify fields: rules, model, layout, variant, options */
|
||||
/* example:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue