Skip to content

Commit 237fbf6

Browse files
committed
Fix incorect keybind
The windows-pc-colemark-jetbrains.json file had a keybind that described changing the "End" key to instead perform as "Control+E", however its implementation erroneously mapped to "k" and not "e".
1 parent 8a8b357 commit 237fbf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/json/windows-pc-colemak-jetbrains.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
},
267267
"to": [
268268
{
269-
"key_code": "k",
269+
"key_code": "e",
270270
"modifiers": [
271271
"left_control"
272272
]
@@ -2062,4 +2062,4 @@
20622062
]
20632063
}
20642064
]
2065-
}
2065+
}

0 commit comments

Comments
 (0)