Map Alt + ' to show blacklash

This commit is contained in:
q3aql 2021-05-04 12:24:04 +02:00
parent 117baa6dfb
commit 531d46007d
2 changed files with 11 additions and 0 deletions

View File

@ -115,8 +115,14 @@ return
Send, ¿
return
;
; Map Alt + ' to show blacklash
!'::
Send, \
return
;
; Disable CapsLock (map CapsLock to Shift)
SetCapsLockState, AlwaysOff
CapsLock::LShift
return
;

View File

@ -115,3 +115,8 @@ return
Send, ¿
return
;
; Map Alt + ' to show blacklash
!'::
Send, \
return
;;