Skip to content

Instantly share code, notes, and snippets.

@Rainyan
Last active April 25, 2023 00:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rainyan/b8c6f817148a547e11eb17755f7aaf5b to your computer and use it in GitHub Desktop.
Save Rainyan/b8c6f817148a547e11eb17755f7aaf5b to your computer and use it in GitHub Desktop.
My AutoHotkey stuff
; Ripcord doesn't have mouse binds yet, so use F24 redirection as the mic mouse bind.
#HotIf WinExist("ahk_exe Ripcord.exe")
*$~xButton1::F24 ; don't block the mouse action, just replicate as a function key
#HotIf
; Disable left Windows key when inside CS:GO to avoid mispresses
#HotIf WinActive("ahk_exe csgo.exe")
~LWin::vkFF ; only block plain key press, ie. still allow Win+key combos
#HotIf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment