diff options
-rw-r--r-- | tt.programs.ahk | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/tt.programs.ahk b/tt.programs.ahk index 52f1426..ba717d8 100644 --- a/tt.programs.ahk +++ b/tt.programs.ahk @@ -54,23 +54,16 @@ F3::SendInput, !{Left} F4::SendInput, !{Right} ; No stylesheet -F8::SendInput, {Alt}{Right}{Right}{Down}{Down}{Down}{Down}{Right}{Enter} -; First stylesheet -F9::SendInput, {Alt}{Right}{Right}{Down}{Down}{Down}{Down}{Right}{Down}{Enter} - -!F8:: -SendInput, {LButton}{LButton}{LButton}^f -Sleep, 100 -SendInput, {Alt}{Right}{Right}{Down}{Down}{Down}{Down}{Right}{Enter} -Sleep, 100 -SendInput, ^g{Delete}{Escape} +F8:: +SendInput, {Alt} +Sleep, 10 +SendInput, {Right}{Right}{Down}{Down}{Down}{Down}{Right}{Enter} return -!F9:: -SendInput, {LButton}{LButton}{LButton}^f -Sleep, 100 -SendInput, {Alt}{Right}{Right}{Down}{Down}{Down}{Down}{Right}{Down}{Enter} -Sleep, 100 -SendInput, ^g{Delete}{Escape} +; First stylesheet +F9:: +SendInput, {Alt} +Sleep, 10 +SendInput, {Right}{Right}{Down}{Down}{Down}{Down}{Right}{Down}{Enter} return ; Default window size |