forked from extern/nix-config
70596ac7b2
dual-function-keys is an amazing piece of software that solves many if not all of the long-lasting issues I had with binding caps lock to ctrl and escape. I have additionally configured it in a way such that print screen can double as a right super key, due to it being next to right alt and right ctrl on the T14.
11 lines
208 B
YAML
11 lines
208 B
YAML
TIMING:
|
|
- TAP_MILLISEC: 1000
|
|
- DOUBLE_TAP_MILLISEC: 0
|
|
MAPPINGS:
|
|
- KEY: KEY_CAPSLOCK
|
|
TAP: KEY_ESC
|
|
HOLD: KEY_LEFTCTRL
|
|
- KEY: KEY_SYSRQ
|
|
TAP: KEY_SYSRQ
|
|
HOLD: KEY_RIGHTMETA
|