Changes evremap to use SUPER as hold

This commit is contained in:
Michel Fedde 2025-02-16 22:32:18 +01:00
parent c45d23bfc4
commit b7da3ade1c
2 changed files with 2 additions and 2 deletions

View file

@ -13,5 +13,5 @@ device_name = "AT Translated Set 2 keyboard"
# Both `tap` and `hold` can expand to multiple output keys.
[[dual_role]]
input = "KEY_CAPSLOCK"
hold = ["KEY_LEFTCTRL"]
hold = ["KEY_LEFTMETA"]
tap = ["KEY_ESC"]

View file

@ -13,5 +13,5 @@ device_name = "Keychron Keychron Q10 Max"
# Both `tap` and `hold` can expand to multiple output keys.
[[dual_role]]
input = "KEY_CAPSLOCK"
hold = ["KEY_LEFTCTRL"]
hold = ["KEY_LEFTMETA"]
tap = ["KEY_ESC"]