diff options
-rw-r--r-- | tt.programs.ahk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tt.programs.ahk b/tt.programs.ahk index 7386e2f..2352dd8 100644 --- a/tt.programs.ahk +++ b/tt.programs.ahk @@ -132,5 +132,22 @@ KeyWait, MButton SendInput, {Space Up}{LButton Up} return +#IfWinActive + +#If WinActive("ahk_class 9pmgraphics") and Layout() = layouts.sv ; see tt.layout.ahk + +^!8::SendInput, {ASC 91} +^!9::SendInput, {ASC 93} +^!+::SendInput, {ASC 92} +<^>!8::SendInput, {ASC 91} +<^>!9::SendInput, {ASC 93} +<^>!+::SendInput, {ASC 92} + +LAlt & Tab:: +SendInput, {LAlt} +SendInput, {LAlt Down}{Tab} +KeyWait, LAlt +SendInput, {LAlt Up} +return #IfWinActive |