From c1bdf3b8f9d33c0840ac675eb11b63b24c692200 Mon Sep 17 00:00:00 2001 From: q3aql Date: Thu, 5 Nov 2020 14:57:01 +0100 Subject: [PATCH] Fix bug to compile (ansi-gli.ahk) --- src/ansi-gli.ahk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ansi-gli.ahk b/src/ansi-gli.ahk index a108fb2..de8c586 100644 --- a/src/ansi-gli.ahk +++ b/src/ansi-gli.ahk @@ -6,7 +6,7 @@ ; # Contact: q3aql@protonmail.ch # ; # License: GPL v2.0 # ; ################################################ -; Version v2.3 +; Version v2.4 ; ; You've probably noticed that when you switch from an ISO keyboard ; to an ANSI keyboard, the "<" and ">" keys are missing. When you @@ -52,9 +52,9 @@ Send, \ return ; ;Map the AltGr + ¡ keys to show the "~" symbol (Spanish ISO config) -<^>!¡:: -Send, ~ -return +;<^>!¡:: +;Send, ~ +;return ; ;Map the AltGr + - keys to show the "\" symbol (ANSI & UK ISO config) <^>!-::