mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-14 00:48:27 +02:00
dual-function-keys: Use escape as KEY_GRAVE
Useful for keyboards that combine function keys with number keys.
This commit is contained in:
@ -31,5 +31,8 @@
|
||||
- KEY: KEY_RIGHTSHIFT
|
||||
TAP: [ KEY_LEFTMETA, KEY_F2 ]
|
||||
HOLD: KEY_RIGHTSHIFT
|
||||
- KEY: KEY_ESC
|
||||
TAP: KEY_GRAVE
|
||||
HOLD: KEY_ESC
|
||||
'';
|
||||
}
|
||||
|
Reference in New Issue
Block a user