mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-21 06:59:53 -05:00
opt: optimize keymap set
This commit is contained in:
parent
86cedaadca
commit
c69b736d0e
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