Skip to content

Instantly share code, notes, and snippets.

@casualdegenerate
Last active January 7, 2022 02:13
Show Gist options
  • Save casualdegenerate/8bed95085693dfd84396e2d8fea86924 to your computer and use it in GitHub Desktop.
Save casualdegenerate/8bed95085693dfd84396e2d8fea86924 to your computer and use it in GitHub Desktop.
; // 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