Created
January 11, 2022 01:58
-
-
Save casualdegenerate/9660d5af6a40fab31b8618048fd8f5a1 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
; // Please download autohotkey at https://www.autohotkey.com | |
; // Script \/ | |
; // Prevents running hotkeys outside of the game :wikidWink: | |
#IfWinActive ahk_exe ProjectZomboid64.exe | |
; // Suspend Config, for typing in chat and such | |
`::Suspend | |
; // XButton1 is the 4th mouse button and you can bind that to any key such as your numberpad keys, and it will say KP_# in game when you set it's bind | |
XButton1::Numpad0 | |
XButton2::Numpad1 | |
; Much love from @casual_degenerate#7475 Hope this helps you with your mouse binds, check out the https://www.autohotkey.com documentation for making your own macro scripts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hope you enjoy the script, much luv <3