commit 341677a62262d89f958951ecfd22efb80cc270a8
parent 0eb3b44ac3770101105d50217194002a2bc698db
Author: Peter <peter@minskio.co.uk>
Date: Fri, 6 Aug 2021 11:24:52 +0100
Add support for notepad3 hotkeys
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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