From: Pieter Degroote Date: Wed, 25 Nov 2020 23:12:58 +0000 (+0100) Subject: Add files via upload X-Git-Url: https://shimmer.witbreuk.eu/gitweb/UltimateKEYS.git/commitdiff_plain/fe3665f53a4b5b803489c8ac24cb4a3c8414de34?ds=sidebyside Add files via upload A small incompleteness in the comments has been corrected (no change in functionality). --- 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