mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-16 06:59:52 -05:00
feat: add xkb rule config option
This commit is contained in:
parent
860e1805d1
commit
9e58c54830
2 changed files with 13 additions and 1 deletions
|
|
@ -107,7 +107,8 @@ struct xkb_rule_names xkb_rules = {
|
|||
/* example:
|
||||
.options = "ctrl:nocaps",
|
||||
*/
|
||||
.options = NULL,
|
||||
.rules = NULL, .model = NULL, .layout = NULL,
|
||||
.variant = NULL, .options = NULL,
|
||||
};
|
||||
|
||||
int repeat_rate = 25;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue