]> shimmer.witbreuk.eu Git - UltimateKEYS.git/commitdiff
Add files via upload
authorPieter Degroote <pieter-degroote@users.noreply.github.com>
Wed, 25 Nov 2020 23:12:58 +0000 (00:12 +0100)
committerGitHub <noreply@github.com>
Wed, 25 Nov 2020 23:12:58 +0000 (00:12 +0100)
A small incompleteness in the comments has been corrected (no change in functionality).

UltimateKEYS - 2020-11-18.ahk
UltimateKEYS SW - 2020-11-18.ahk

index 4f6d2d11557250c9ec75027b4ab3e9fd938bb0f5..548660fbe720b63f33d5af0b4e548ade370d2e23 100644 (file)
@@ -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)\r
   return\r
 >!+6::\r
-  Send {blind}{vkE8}  ; suppresses 'Right Alt + Shift' hotkey and/or circles around mouse pointer\r
+  Send {blind}{vkE8}  ; suppresses 'Right Alt + Shift' hotkey, circles around mouse pointer and/or other issues\r
   Input, key, L1, {bs}{del}{esc}{home}{end}\r
   Send % dkCaron.item[key]\r
   key := ""  ; avoids leaking content via debug properties\r
index bfc499e8349395d49363b40ad0ec88eb55cbfe6c..5157024f037108d57b88cc574a51a836dafcd2ee 100644 (file)
@@ -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)\r
   return\r
 >!+6::\r
-  Send {blind}{vkE8}  ; suppresses 'Right Alt + Shift' hotkey and/or circles around mouse pointer\r
+  Send {blind}{vkE8}  ; suppresses 'Right Alt + Shift' hotkey, circles around mouse pointer and/or other issues\r
   Input, key, L1, {bs}{del}{esc}{home}{end}\r
   Send % dkCaron.item[key]\r
   key := ""  ; avoids leaking content via debug properties\r