Skip to content

Instantly share code, notes, and snippets.

@casualdegenerate
Created January 11, 2022 01:58
Show Gist options
  • Save casualdegenerate/9660d5af6a40fab31b8618048fd8f5a1 to your computer and use it in GitHub Desktop.
Save casualdegenerate/9660d5af6a40fab31b8618048fd8f5a1 to your computer and use it in GitHub Desktop.
; // 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
@casualdegenerate
Copy link
Author

Hope you enjoy the script, much luv <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment