diff options
author | Peter | 2021-08-06 11:24:52 +0100 |
---|---|---|
committer | Peter | 2021-08-06 11:24:52 +0100 |
commit | 341677a62262d89f958951ecfd22efb80cc270a8 (patch) | |
tree | 0d1565572f0622e20e788a357168bd9c0a376580 | |
parent | 0eb3b44ac3770101105d50217194002a2bc698db (diff) | |
download | ahka-341677a62262d89f958951ecfd22efb80cc270a8.tar.gz ahka-341677a62262d89f958951ecfd22efb80cc270a8.tar.bz2 ahka-341677a62262d89f958951ecfd22efb80cc270a8.zip |
Add support for notepad3 hotkeys
-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
|