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