Use capslock as escape

This commit is contained in:
2025-04-20 11:04:39 -07:00
parent fb29a380e6
commit ce98fe3b1f

View File

@@ -59,7 +59,7 @@ static const struct xkb_rule_names xkb_rules = {
/* example: /* example:
.options = "ctrl:nocaps", .options = "ctrl:nocaps",
*/ */
.options = "caps:none,compose:rctrl", .options = "caps:escape,compose:rctrl",
}; };
static const int repeat_rate = 25; static const int repeat_rate = 25;