diff options
-rw-r--r-- | AutoHotkey.ahk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/AutoHotkey.ahk b/AutoHotkey.ahk index 22f167f..4b83823 100644 --- a/AutoHotkey.ahk +++ b/AutoHotkey.ahk @@ -22,3 +22,8 @@ Send {Tab} Send {Space} Send ^{Tab} Send ^r + +; Exit Notepad when not active +^#n:: +Send #6 +Send !fx |