feat: map caps-lock to escape

main
mandlm 2024-01-31 17:07:41 +01:00
parent 58483ba49e
commit e32e6e7d86
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 0 deletions

View File

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