From a657ca62a387e66b634ea03815c4586b0ea9a742 Mon Sep 17 00:00:00 2001 From: q3aql Date: Thu, 12 Nov 2020 18:33:30 +0100 Subject: [PATCH] =?UTF-8?q?Map=20Alt=20+=20c=20or=20v=20for=20=3F=20or=20?= =?UTF-8?q?=C2=BF=20symbols=20for=20SK71=20keyboard=20(ISO)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ansi-gli-nocapslock.ahk | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/ansi-gli-nocapslock.ahk b/src/ansi-gli-nocapslock.ahk index 6881c53..5cc5b26 100644 --- a/src/ansi-gli-nocapslock.ahk +++ b/src/ansi-gli-nocapslock.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,6 +105,16 @@ 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 +; ; Disable CapsLock (map CapsLock to Shift) SetCapsLockState, AlwaysOff CapsLock::LShift