Changes evremap to use SUPER as hold
This commit is contained in:
parent
c45d23bfc4
commit
b7da3ade1c
2 changed files with 2 additions and 2 deletions
|
|
@ -13,5 +13,5 @@ device_name = "AT Translated Set 2 keyboard"
|
||||||
# Both `tap` and `hold` can expand to multiple output keys.
|
# Both `tap` and `hold` can expand to multiple output keys.
|
||||||
[[dual_role]]
|
[[dual_role]]
|
||||||
input = "KEY_CAPSLOCK"
|
input = "KEY_CAPSLOCK"
|
||||||
hold = ["KEY_LEFTCTRL"]
|
hold = ["KEY_LEFTMETA"]
|
||||||
tap = ["KEY_ESC"]
|
tap = ["KEY_ESC"]
|
||||||
|
|
|
||||||
|
|
@ -13,5 +13,5 @@ device_name = "Keychron Keychron Q10 Max"
|
||||||
# Both `tap` and `hold` can expand to multiple output keys.
|
# Both `tap` and `hold` can expand to multiple output keys.
|
||||||
[[dual_role]]
|
[[dual_role]]
|
||||||
input = "KEY_CAPSLOCK"
|
input = "KEY_CAPSLOCK"
|
||||||
hold = ["KEY_LEFTCTRL"]
|
hold = ["KEY_LEFTMETA"]
|
||||||
tap = ["KEY_ESC"]
|
tap = ["KEY_ESC"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue