diff options
-rw-r--r-- | ahk-assistant.ahk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index b085b7a..80b26b2 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -257,7 +257,7 @@ Insert::appendClipboard() ^-::Send ^{PgDn} ; zoom out
#IfWinActive
-#IfWinActive ahk_class Notepad2 ; notepad2-mod
+#If WinActive("ahk_class Notepad2") or WinActive("ahk_class Notepad3") ; notepad 2 and 3
^0::Send ^/ ; remap transparency feature to reset zoom level, in keeping with other hotkeys
!t::Return ; disable always on top
^+Down:: ; overflow
|