feat: add xkb rule config option

This commit is contained in:
DreamMaoMao 2025-06-09 23:50:20 +08:00
parent 860e1805d1
commit 9e58c54830
2 changed files with 13 additions and 1 deletions

View file

@ -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;