Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #SingleInstance, Force
- ; Executable name
- GroupAdd, GroupName, ahk_exe DOOMEternalx64vk.exe
- #IfWinActive ahk_group GroupName
- ; Bind G as switch grenade, fire grenade, switch grenade
- ; G now functions as a 'fire other grenade' key
- ; This assumes switch grenade is bound to H
- *g::Send,h,{Ctrl},h
Add Comment
Please, Sign In to add comment