From fe3665f53a4b5b803489c8ac24cb4a3c8414de34 Mon Sep 17 00:00:00 2001 From: Pieter Degroote Date: Thu, 26 Nov 2020 00:12:58 +0100 Subject: [PATCH 1/1] Add files via upload A small incompleteness in the comments has been corrected (no change in functionality). --- UltimateKEYS - 2020-11-18.ahk | 2 +- UltimateKEYS SW - 2020-11-18.ahk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UltimateKEYS - 2020-11-18.ahk b/UltimateKEYS - 2020-11-18.ahk index 4f6d2d1..548660f 100644 --- a/UltimateKEYS - 2020-11-18.ahk +++ b/UltimateKEYS - 2020-11-18.ahk @@ -1433,7 +1433,7 @@ dkMathSymbols.item[" "] := "{u+221a}" ; (√) square root Send {blind}{vkE8} ; suppresses 'Right Alt + Shift' hotkey, circles around mouse pointer and/or other issues (for second character) return >!+6:: - Send {blind}{vkE8} ; suppresses 'Right Alt + Shift' hotkey and/or circles around mouse pointer + Send {blind}{vkE8} ; suppresses 'Right Alt + Shift' hotkey, circles around mouse pointer and/or other issues Input, key, L1, {bs}{del}{esc}{home}{end} Send % dkCaron.item[key] key := "" ; avoids leaking content via debug properties diff --git a/UltimateKEYS SW - 2020-11-18.ahk b/UltimateKEYS SW - 2020-11-18.ahk index bfc499e..5157024 100644 --- a/UltimateKEYS SW - 2020-11-18.ahk +++ b/UltimateKEYS SW - 2020-11-18.ahk @@ -1466,7 +1466,7 @@ $+0::Send 0 ; digit 0 Send {blind}{vkE8} ; suppresses 'Right Alt + Shift' hotkey, circles around mouse pointer and/or other issues (for second character) return >!+6:: - Send {blind}{vkE8} ; suppresses 'Right Alt + Shift' hotkey and/or circles around mouse pointer + Send {blind}{vkE8} ; suppresses 'Right Alt + Shift' hotkey, circles around mouse pointer and/or other issues Input, key, L1, {bs}{del}{esc}{home}{end} Send % dkCaron.item[key] key := "" ; avoids leaking content via debug properties -- 2.47.3