Update ansi-gli.ahk

This commit is contained in:
q3aql 2020-08-16 18:38:03 +02:00 committed by GitHub
parent e07a0d98ed
commit ace4dd53de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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