feat: map caps-lock to escape
This commit is contained in:
parent
58483ba49e
commit
e32e6e7d86
@ -73,6 +73,7 @@ in
|
||||
"type:keyboard" = {
|
||||
xkb_layout = "de";
|
||||
xkb_variant = "nodeadkeys";
|
||||
xkb_options = "caps:escape";
|
||||
};
|
||||
"type:touchpad" = {
|
||||
natural_scroll = "enabled";
|
||||
|
Reference in New Issue
Block a user