From b90cb04b0a57fcd0229c0e8fcf8611a1e7a4d5c7 Mon Sep 17 00:00:00 2001 From: Pieter Degroote Date: Sat, 12 Dec 2020 20:18:00 +0100 Subject: [PATCH 1/1] Add files via upload Changes for both 'Classic' and 'SW' : Added symbols for 'envelope' and 'telephone'. Some small optimizations have been made regarding : Send {blind}{vkE8} --- UltimateKEYS SW - 2020-12-12.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UltimateKEYS SW - 2020-12-12.ahk b/UltimateKEYS SW - 2020-12-12.ahk index 839736b..d293d53 100644 --- a/UltimateKEYS SW - 2020-12-12.ahk +++ b/UltimateKEYS SW - 2020-12-12.ahk @@ -908,7 +908,7 @@ dkMathSymbols.item[" "] := "{u+221a}" ; (√) square root fSendSecondChar(char) { -; function for keeping correct operation after dead key press when Scroll Lock enabled +; function for keeping correct operation after dead key press when Scroll Lock is enabled if GetKeyState("ScrollLock", "T") { if (char == "1") -- 2.47.3