Last active
January 7, 2022 02:13
-
-
Save casualdegenerate/8bed95085693dfd84396e2d8fea86924 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
; // Prevents running hotkeys when you don't want to. | |
#IfWinActive ahk_exe RobloxPlayerBeta.exe | |
; // Suspend Config, for typing in chat and such. | |
`::Suspend | |
; // Close Map | |
r::^r | |
; // Reset Map | |
e::^+r | |
; // Convert ZX to mousebutton inputs for ease of navigating the beatmaps menu when using tablet;keyboard only | |
z::LButton | |
x::RButton |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment