Last active
October 31, 2023 21:48
-
-
Save ktunprasert/2937756ccb537764f23b56012dba183e to your computer and use it in GitHub Desktop.
Keymapper configuration for programming layers and utility
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[modifier="Tab"] | |
I >> ArrowUp | |
K >> ArrowDown | |
J >> ArrowLeft | |
L >> ArrowRight | |
Backquote >> F1 | |
1 >> F2 | |
2 >> F3 | |
3 >> F4 | |
4 >> F5 | |
5 >> F6 | |
6 >> F7 | |
7 >> F8 | |
8 >> F9 | |
9 >> F10 | |
Semicolon >> Backspace | |
E >> ButtonBack | |
R >> ButtonForward | |
[modifier="CapsLock"] | |
Any >> Control{Any} | |
[modifier="Space"] | |
J >> ^Shift{9} | |
K >> ^Shift{0} | |
U >> ^BracketLeft | |
I >> ^BracketRight | |
M >> ^Shift{BracketLeft} | |
Semicolon >> ^Shift{Semicolon} | |
Comma >> ^Shift{BracketRight} | |
O >> ^Shift{Comma} | |
P >> ^Shift{Period} | |
1 >> ^Shift{1} | |
2 >> ^Shift{2} | |
3 >> ^Shift{3} | |
4 >> ^Shift{4} | |
5 >> ^Shift{5} | |
6 >> ^Shift{6} | |
7 >> ^Shift{7} | |
8 >> ^Shift{8} | |
9 >> ^Shift{9} | |
0 >> ^Shift{0} | |
Backquote >> ^Shift{Backslash} | |
Backslash >> ^Shift{Backslash} | |
Minus >> ^Shift{Minus} | |
Equal >> ^Shift{Equal} | |
Slash >> ^Shift{Slash} | |
A >> ^Control{A} | |
Z >> ^Control{Z} | |
X >> ^Control{X} | |
C >> ^Control{C} | |
V >> ^Control{V} | |
[default] | |
CapsLock >> Enter | |
ShiftRight >> Backspace | |
[title="Mozilla Firefox"] | |
Tab{U} >> Control{PageUp} | |
Tab{O} >> Control{PageDown} | |
[system="Windows"] | |
Meta{T} >> $(wt.exe) # Launch Windows Terminal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment