mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-06 19:31:40 +02:00
make evremap DRYer
This commit is contained in:
parent
d9c9e8877d
commit
995714ced3
6 changed files with 29 additions and 51 deletions
18
other/remaps-potatobook-g.toml
Normal file
18
other/remaps-potatobook-g.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
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"]
|
Loading…
Add table
Add a link
Reference in a new issue