From ace4dd53dec51018c6094fbc4d26345c6ba7c608 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 16 Aug 2020 18:38:03 +0200 Subject: [PATCH] Update ansi-gli.ahk --- src/ansi-gli.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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