From 44fcc80c0f23ceb12d34e7d5db3b7fc80e5da219 Mon Sep 17 00:00:00 2001 From: q3aql Date: Thu, 5 Nov 2020 15:07:06 +0100 Subject: [PATCH] Update ansi-gli.ahk --- src/ansi-gli.ahk | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/ansi-gli.ahk b/src/ansi-gli.ahk index de8c586..0c4f272 100644 --- a/src/ansi-gli.ahk +++ b/src/ansi-gli.ahk @@ -19,54 +19,54 @@ Send, < return ; -;Map the Alt + X keys to show the ">" symbol +; Map the Alt + X keys to show the ">" symbol !x:: Send, > return ; -;Map the AltGr + Shift (Left) + Z keys to show the "<" symbol +; Map the AltGr + Shift (Left) + Z keys to show the "<" symbol <^>!+z:: Send, < return ; -;Map the AltGr + Shift (Left) + X keys to show the ">" symbol +; Map the AltGr + Shift (Left) + X keys to show the ">" symbol <^>!+x:: Send, > return ; -;Map the AltGr + Z keys to show the "<" symbol +; Map the AltGr + Z keys to show the "<" symbol <^>!z:: Send, < return ; -;Map the AltGr + Z keys to show the ">" symbol +; Map the AltGr + Z keys to show the ">" symbol <^>!x:: Send, > return ; ; If you use a 60% Keyboard, maybe need the following combinations: ; -;Map the AltGr + ' keys to show the "\" symbol (Spanish & Italian ISO config) +; Map the AltGr + ' keys to show the "\" symbol (Spanish & Italian ISO config) <^>!':: Send, \ return ; -;Map the AltGr + ¡ keys to show the "~" symbol (Spanish ISO config) +; Map the AltGr + ¡ keys to show the "~" symbol (Spanish 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 ; -;Map the AltGr + Esc keys to show the "\" symbol +; Map the AltGr + Esc keys to show the "\" symbol <^>!*Escape:: Send, \ return ; -;German and French configuration extra key combinations +; German and French configuration extra key combinations <^>!+w:: Send, < return @@ -91,7 +91,7 @@ return Send, < return ; -;Map Win + Alt to send AltGr command (for SK71 and SK64 keyboards) +; Map Win + Alt to send AltGr command (for SK71 and SK64 keyboards) LWin & LAlt::RAlt return ;