Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GroupAdd, wasd, ahk_exe eu4.exe
- GroupAdd, wasd, ahk_exe CK2game.exe
- GroupAdd, wasd, ahk_exe hoi4.exe
- GroupAdd, wasd, ahk_exe v2game.exe
- SetKeyDelay, -1
- #ifwinactive, ahk_group wasd
- w::Send, {Up DOWN}
- w UP::Send, {Up UP}
- a::Send, {Left DOWN}
- a UP::Send, {Left UP}
- s::Send, {Down DOWN}
- s UP::Send, {Down UP}
- d::Send, {Right DOWN}
- d UP::Send, {Right UP}
- +w::Send, w
- +a::Send, a
- +s::Send, s
- +d::Send, d
- ^Space::
- Suspend, Toggle
- if (A_IsSuspended)
- SoundPlay, %WINDIR%\media\Windows Hardware Remove.wav
- else
- SoundPlay, %WINDIR%\media\Windows Hardware Insert.wav
- WinGet, pathVar, ProcessPath
- Menu, TRAY, Icon, %pathVar%
- return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement