From a2a20095e01686ad7c8583562a3b66bea4655b94 Mon Sep 17 00:00:00 2001 From: Pieter Degroote Date: Mon, 26 Oct 2020 17:25:07 +0100 Subject: [PATCH] Add files via upload A minor change to the code has been made without any changes in functionality. --- UltimateKEYS - 2020-09-24.ahk | 28 ++++++++++++++-------------- UltimateKEYS SW - 2020-09-24.ahk | 28 ++++++++++++++-------------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/UltimateKEYS - 2020-09-24.ahk b/UltimateKEYS - 2020-09-24.ahk index 315bff3..af9338e 100644 --- a/UltimateKEYS - 2020-09-24.ahk +++ b/UltimateKEYS - 2020-09-24.ahk @@ -1071,6 +1071,20 @@ dkMathSymbols.item[" "] := "{u+221a}" ; (√) square root Send {blind}{vkE8} ; suppresses RAlt+Shift hotkey return +>!n:: + if GetKeyState("CapsLock", "T") + Send {u+00d1} ; (Ñ) N with tilde + else + Send {u+00f1} ; (ñ) n with tilde + return +>!+n:: + if GetKeyState("CapsLock", "T") + Send {u+00f1} ; (ñ) n with tilde + else + Send {u+00d1} ; (Ñ) N with tilde + Send {blind}{vkE8} ; suppresses RAlt+Shift hotkey + return + >!o:: if GetKeyState("CapsLock", "T") Send {u+00d6} ; (Ö) O with diaeresis @@ -1141,20 +1155,6 @@ dkMathSymbols.item[" "] := "{u+221a}" ; (√) square root Send {blind}{vkE8} ; suppresses RAlt+Shift hotkey return ->!n:: - if GetKeyState("CapsLock", "T") - Send {u+00d1} ; (Ñ) N with tilde - else - Send {u+00f1} ; (ñ) n with tilde - return ->!+n:: - if GetKeyState("CapsLock", "T") - Send {u+00f1} ; (ñ) n with tilde - else - Send {u+00d1} ; (Ñ) N with tilde - Send {blind}{vkE8} ; suppresses RAlt+Shift hotkey - return - >!t:: if GetKeyState("CapsLock", "T") Send {u+00de} ; (Þ) capital letter thorn diff --git a/UltimateKEYS SW - 2020-09-24.ahk b/UltimateKEYS SW - 2020-09-24.ahk index 27f534f..845c186 100644 --- a/UltimateKEYS SW - 2020-09-24.ahk +++ b/UltimateKEYS SW - 2020-09-24.ahk @@ -1104,6 +1104,20 @@ $+0::Send 0 ; digit 0 Send {blind}{vkE8} ; suppresses RAlt+Shift hotkey return +>!n:: + if GetKeyState("CapsLock", "T") + Send {u+00d1} ; (Ñ) N with tilde + else + Send {u+00f1} ; (ñ) n with tilde + return +>!+n:: + if GetKeyState("CapsLock", "T") + Send {u+00f1} ; (ñ) n with tilde + else + Send {u+00d1} ; (Ñ) N with tilde + Send {blind}{vkE8} ; suppresses RAlt+Shift hotkey + return + >!o:: if GetKeyState("CapsLock", "T") Send {u+00d6} ; (Ö) O with diaeresis @@ -1174,20 +1188,6 @@ $+0::Send 0 ; digit 0 Send {blind}{vkE8} ; suppresses RAlt+Shift hotkey return ->!n:: - if GetKeyState("CapsLock", "T") - Send {u+00d1} ; (Ñ) N with tilde - else - Send {u+00f1} ; (ñ) n with tilde - return ->!+n:: - if GetKeyState("CapsLock", "T") - Send {u+00f1} ; (ñ) n with tilde - else - Send {u+00d1} ; (Ñ) N with tilde - Send {blind}{vkE8} ; suppresses RAlt+Shift hotkey - return - >!t:: if GetKeyState("CapsLock", "T") Send {u+00de} ; (Þ) capital letter thorn -- 2.47.3