diff --git a/src/ansi-gli-nocapslock.ahk b/src/ansi-gli-nocapslock.ahk index 00069bd..9ffd963 100644 --- a/src/ansi-gli-nocapslock.ahk +++ b/src/ansi-gli-nocapslock.ahk @@ -120,6 +120,11 @@ return Send, \ return ; +; Map Win + Esc to show blacklash +LWin & Escape:: +Send, \ +return +; ; Disable CapsLock (map CapsLock to Shift) SetCapsLockState, AlwaysOff CapsLock::LShift diff --git a/src/ansi-gli.ahk b/src/ansi-gli.ahk index dd85a06..43a7fed 100644 --- a/src/ansi-gli.ahk +++ b/src/ansi-gli.ahk @@ -119,4 +119,9 @@ return !':: Send, \ return -;; +; +; Map Win + Esc to show blacklash +LWin & Escape:: +Send, \ +return +;