forked from extern/nix-config
dual-function-keys: Use escape as KEY_GRAVE
Useful for keyboards that combine function keys with number keys.
This commit is contained in:
parent
ee19ba0b97
commit
d2aa481be1
@ -31,5 +31,8 @@
|
||||
- KEY: KEY_RIGHTSHIFT
|
||||
TAP: [ KEY_LEFTMETA, KEY_F2 ]
|
||||
HOLD: KEY_RIGHTSHIFT
|
||||
- KEY: KEY_ESC
|
||||
TAP: KEY_GRAVE
|
||||
HOLD: KEY_ESC
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user