summaryrefslogtreecommitdiff
path: root/.local/share/noteworthy/evremap/etc/conf.d/evremap.toml
blob: 82407dee3174fa46d70ad221f33c0bc6aca8a4ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
device_name = "AT Translated Set 2 keyboard"

# capslock+escape combo
[[dual_role]]
input = "KEY_CAPSLOCK"
hold = ["KEY_LEFTMETA"]
tap = ["KEY_ESC"]

# Left shift + "(" combo
[[dual_role]]
input = "KEY_LEFTSHIFT"
hold = ["KEY_LEFTSHIFT"]
tap = ["KEY_KPLEFTPAREN"]

# Right shift + ")" combo
[[dual_role]]
input = "KEY_RIGHTSHIFT"
hold = ["KEY_RIGHTSHIFT"]
tap = ["KEY_KPRIGHTPAREN"]