Update ansi-gli.ahk
This commit is contained in:
parent
e07a0d98ed
commit
ace4dd53de
|
@ -56,12 +56,12 @@ return
|
||||||
Send, ~
|
Send, ~
|
||||||
return
|
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, \
|
Send, \
|
||||||
return
|
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, ~
|
Send, ~
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue
Block a user