Last active
October 15, 2022 21:44
-
-
Save aerickt/a108bbf58e8f2ecd0171931fc0dac597 to your computer and use it in GitHub Desktop.
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
{ | |
"STPH-R": "{#Left}{^}", | |
"STPH-RB": "{#Control_L(Left)}{^}", | |
"STPH-P": "{#Up}{^}", | |
"STPH-B": "{#Down}{^}", | |
"STPH-BG": "{#Control_L(Right)}{^}", | |
"STPH-G": "{#Right}{^}", | |
"STPH*R": "{#Home}{^}", | |
"STPH*P": "{#Page_Up}", | |
"STPH*B": "{#Page_Down}", | |
"STPH*G": "{#End}{^}", | |
"SKWR-R": "{#Shift(Left)}", | |
"SKWR-RB": "{#Control(Shift(Left))}", | |
"SKWR-P": "{#Shift(Up)}", | |
"SKWR-B": "{#Shift(Down)}", | |
"SKWR-BG": "{#Control(Shift(Right))}", | |
"SKWR-G": "{#Shift(Right)}", | |
"SKWR*G": "{#Shift(End)}", | |
"SKWR*R": "{#Shift(home)}", | |
"PW*FP": "{#Control(BackSpace)}", | |
"PW-FP": "{#BackSpace}", | |
"TKHRE": "{#Delete}", | |
"TKHR*E": "{#Control(Delete)}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oops sorry about that! Fixed 👍.