Last active
March 26, 2023 20:16
-
-
Save tildejustin/ffb38cccfb292945690a50a96a6efb68 to your computer and use it in GitHub Desktop.
This file contains 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
#SingleInstance, force | |
#IfWinActive Minecraft ; stolen from sophie | |
; perspective | |
j::F5 | |
F5::return | |
; hotkeys | |
m::1 | |
,::2 | |
k::3 | |
i::4 | |
8::5 | |
9::6 | |
[::7 | |
]::8 | |
\::9 | |
1::return | |
2::return | |
3::return | |
4::return | |
5::return | |
6::return | |
7::return | |
; 8::return | |
; 9::return | |
; debug | |
u::F3 | |
F3::return | |
#IfWinActive | |
Home::Suspend ; Ctrl+Alt+S |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment