diff --git a/src/ansi-gli.ahk b/src/ansi-gli.ahk index c395c1d..abc3a93 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.5 +; Version v2.6 ; ; You've probably noticed that when you switch from an ISO keyboard ; to an ANSI keyboard, the "<" and ">" keys are missing. When you @@ -105,3 +105,13 @@ LAlt & +:: Send, ¿ return ; +; Map Alt + c to show ? simbol (for SK71 keyboard) +!c:: +Send, ? +return +; +; Map Alt + v to show ¿ simbol (for SK71 keyboard) +!v:: +Send, ¿ +return +;