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