diff options
-rw-r--r-- | tt.layout.ahk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tt.layout.ahk b/tt.layout.ahk index 700afa4..54821db 100644 --- a/tt.layout.ahk +++ b/tt.layout.ahk @@ -2,8 +2,7 @@ ;; -> body -LWin & LShift:: -LShift & LWin:: ; (my CapsLock is mapped to LWin) +LWin & Tab:: PostMessage, 0x50, 2, 0,, A ; WM_INPUTLANGCHANGEREQUEST Sleep, 100 ShowLayout() ; display new layout in tray icon |