Map Win + Esc to show blacklash
This commit is contained in:
parent
531d46007d
commit
948c3a4a69
|
@ -120,6 +120,11 @@ return
|
||||||
Send, \
|
Send, \
|
||||||
return
|
return
|
||||||
;
|
;
|
||||||
|
; Map Win + Esc to show blacklash
|
||||||
|
LWin & Escape::
|
||||||
|
Send, \
|
||||||
|
return
|
||||||
|
;
|
||||||
; Disable CapsLock (map CapsLock to Shift)
|
; Disable CapsLock (map CapsLock to Shift)
|
||||||
SetCapsLockState, AlwaysOff
|
SetCapsLockState, AlwaysOff
|
||||||
CapsLock::LShift
|
CapsLock::LShift
|
||||||
|
|
|
@ -119,4 +119,9 @@ return
|
||||||
!'::
|
!'::
|
||||||
Send, \
|
Send, \
|
||||||
return
|
return
|
||||||
;;
|
;
|
||||||
|
; Map Win + Esc to show blacklash
|
||||||
|
LWin & Escape::
|
||||||
|
Send, \
|
||||||
|
return
|
||||||
|
;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user