diff --git a/src/ansi-gli.ahk b/src/ansi-gli.ahk index 3e1caed..592f0b0 100644 --- a/src/ansi-gli.ahk +++ b/src/ansi-gli.ahk @@ -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