From 341677a62262d89f958951ecfd22efb80cc270a8 Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 6 Aug 2021 11:24:52 +0100 Subject: Add support for notepad3 hotkeys --- ahk-assistant.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3