Update ansi-gli.ahk
This commit is contained in:
parent
e07a0d98ed
commit
ace4dd53de
|
@ -56,12 +56,12 @@ return
|
|||
Send, ~
|
||||
return
|
||||
;
|
||||
;Map the AltGr + ' keys to show the "\" symbol (ANSI & UK ISO config)
|
||||
;Map the AltGr + - keys to show the "\" symbol (ANSI & UK ISO config)
|
||||
<^>!-::
|
||||
Send, \
|
||||
return
|
||||
;
|
||||
;Map the AltGr + ¡ keys to show the "~" symbol (ANSI & UK ISO config)
|
||||
;Map the AltGr + "+" keys to show the "~" symbol (ANSI & UK ISO config)
|
||||
<^>!+::
|
||||
Send, ~
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue
Block a user