diff options
-rw-r--r-- | tt.programs.ahk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tt.programs.ahk b/tt.programs.ahk index b4aa039..c24b058 100644 --- a/tt.programs.ahk +++ b/tt.programs.ahk @@ -73,7 +73,7 @@ return Esc:: WinGetPos, x, y, w, h if (x = 0 and y = 0 and w = A_ScreenWidth and h = A_ScreenHeight) - SendInput, {F11} + SendInput, !{Enter} return ~RShift:: |