feat: map caps-lock to escape

This commit is contained in:
Michael Mandl 2024-01-31 17:07:41 +01:00
parent 58483ba49e
commit e32e6e7d86
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -73,6 +73,7 @@ in
"type:keyboard" = {
xkb_layout = "de";
xkb_variant = "nodeadkeys";
xkb_options = "caps:escape";
};
"type:touchpad" = {
natural_scroll = "enabled";