Skip to content

Commit a58d4d8

Browse files
authored
Merge pull request #1956 from sanyacode/logitechmk235hun-w-fix
missing non_us_backslash
2 parents 17a4951 + dc16409 commit a58d4d8

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

public/json/logitech-mk235-hun.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,28 @@
2929
],
3030
"type": "basic"
3131
},
32+
{
33+
"from": {
34+
"key_code": "w",
35+
"modifiers": {
36+
"mandatory": [
37+
"right_option"
38+
],
39+
"optional": [
40+
"any"
41+
]
42+
}
43+
},
44+
"to": [
45+
{
46+
"key_code": "non_us_backslash",
47+
"modifiers": [
48+
"right_option"
49+
]
50+
}
51+
],
52+
"type": "basic"
53+
},
3254
{
3355
"from": {
3456
"key_code": "v",

0 commit comments

Comments
 (0)