Map Alt + ' to show blacklash
This commit is contained in:
parent
117baa6dfb
commit
531d46007d
|
@ -115,8 +115,14 @@ return
|
||||||
Send, ¿
|
Send, ¿
|
||||||
return
|
return
|
||||||
;
|
;
|
||||||
|
; Map Alt + ' to show blacklash
|
||||||
|
!'::
|
||||||
|
Send, \
|
||||||
|
return
|
||||||
|
;
|
||||||
; Disable CapsLock (map CapsLock to Shift)
|
; Disable CapsLock (map CapsLock to Shift)
|
||||||
SetCapsLockState, AlwaysOff
|
SetCapsLockState, AlwaysOff
|
||||||
CapsLock::LShift
|
CapsLock::LShift
|
||||||
return
|
return
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
|
@ -115,3 +115,8 @@ return
|
||||||
Send, ¿
|
Send, ¿
|
||||||
return
|
return
|
||||||
;
|
;
|
||||||
|
; Map Alt + ' to show blacklash
|
||||||
|
!'::
|
||||||
|
Send, \
|
||||||
|
return
|
||||||
|
;;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user