Map Win + Esc to show blacklash

This commit is contained in:
q3aql 2021-05-04 12:31:48 +02:00
parent 531d46007d
commit 948c3a4a69
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -119,4 +119,9 @@ return
!'::
Send, \
return
;;
;
; Map Win + Esc to show blacklash
LWin & Escape::
Send, \
return
;