Map Win + Esc to show blacklash
This commit is contained in:
parent
531d46007d
commit
948c3a4a69
|
@ -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
|
||||
|
|
|
@ -119,4 +119,9 @@ return
|
|||
!'::
|
||||
Send, \
|
||||
return
|
||||
;;
|
||||
;
|
||||
; Map Win + Esc to show blacklash
|
||||
LWin & Escape::
|
||||
Send, \
|
||||
return
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue
Block a user