mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 15:16:23 +01:00
19 lines
310 B
TOML
19 lines
310 B
TOML
|
device_name = "Apple Inc. Apple Internal Keyboard / Trackpad"
|
||
|
|
||
|
[[remap]]
|
||
|
input = [ "KEY_RIGHTMETA" ]
|
||
|
output = [ "KEY_SPACE" ]
|
||
|
|
||
|
[[remap]]
|
||
|
input = [ "KEY_Y" ]
|
||
|
output = [ "KEY_Z" ]
|
||
|
|
||
|
[[remap]]
|
||
|
input = [ "KEY_Z" ]
|
||
|
output = [ "KEY_Y" ]
|
||
|
|
||
|
[[dual_role]]
|
||
|
input = "KEY_CAPSLOCK"
|
||
|
hold = ["KEY_LEFTCTRL"]
|
||
|
tap = ["KEY_ESC"]
|