Browse Source

updated script to use more modern '#If WinActive' phrasing

ahk-v1
Mario Alegre 5 years ago
parent
commit
2c00c998ef
  1. 2
      src/Minecraft.ahk

2
src/Minecraft.ahk

@ -9,7 +9,7 @@
#Include ../lib/General.ahk
; Only do hotkeys if relevant window is active
#IfWinActive, Minecraft
#If WinActive("Minecraft")
;
; Hotkeys

Loading…
Cancel
Save