Changes keybinds

This commit is contained in:
Michel Fedde 2025-03-26 23:36:58 +01:00
parent f8e55bfb2b
commit e9418e5977
9 changed files with 29 additions and 154 deletions

View file

@ -15,3 +15,7 @@ device_name = "AT Translated Set 2 keyboard"
input = "KEY_CAPSLOCK"
hold = ["KEY_LEFTMETA"]
tap = ["KEY_ESC"]
[[remap]]
input = ["KEY_RIGHTCTRL"]
output = ["KEY_LEFTMETA"]

View file

@ -15,3 +15,7 @@ device_name = "Keychron Keychron Link Keyboard"
input = "KEY_CAPSLOCK"
hold = ["KEY_LEFTMETA"]
tap = ["KEY_ESC"]
[[remap]]
input = ["KEY_RIGHTCTRL"]
output = ["KEY_LEFTMETA"]