Skip to content

Instantly share code, notes, and snippets.

@robocrax
Last active May 30, 2023 04:10
Show Gist options
  • Save robocrax/38a27151434fbcfd9668cee724e5ed00 to your computer and use it in GitHub Desktop.
Save robocrax/38a27151434fbcfd9668cee724e5ed00 to your computer and use it in GitHub Desktop.
Just some remapping and macros that I use daily. Outdated since v1.1.36xx is now deprecated. Use v2.
#SingleInstance, Force
#NoEnv
; Quick calc (copying ASUS laptop style)
#NumpadEnter::
#CapsLock::Run calc
; Remap a useless key
CapsLock::NumpadEnter
; Excel auto tester
<!`::
While (GetKeyState("LAlt","p"))
{
Send, 1
sleep 20
Send, {Tab}
sleep 30
}
return
; Just a game I play, https://www.reddit.com/r/RocketLeague/comments/htv2r1/why_you_cant_altf4_in_rocket_league/
#IfWinActive, ahk_exe RocketLeague.exe
!f4::WinKill, ahk_exe RocketLeague.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment