From: Erwin Witbreuk Date: Tue, 11 Nov 2025 20:24:29 +0000 (+0100) Subject: Fixes X-Git-Url: https://shimmer.witbreuk.eu/gitweb/UltimateKEYS.git/commitdiff_plain/2efe7b96e263fb5c7fb1c2c2325a8fe80e0ade42?ds=inline;hp=65100361e9c1ae4b22708fb637dbc1f97433294b Fixes --- diff --git a/autohotkey/UltimateKEYSDvorak (for AutoHotkey v2).ahk b/autohotkey/UltimateKEYSDvorak (for AutoHotkey v2).ahk index bae21e6..d28a18c 100644 --- a/autohotkey/UltimateKEYSDvorak (for AutoHotkey v2).ahk +++ b/autohotkey/UltimateKEYSDvorak (for AutoHotkey v2).ahk @@ -1301,7 +1301,7 @@ sc003::Send "{u+0032}" ; (2) digit two ; Key : 3 sc004::Send "{u+0033}" ; (3) digit three -+sc004::Send "{0023}" ; (#) number sign ++sc004::Send "{u+0023}" ; (#) number sign >!sc004:: <^>!sc004::Send "{u+00b3}" ; (³) superscript 3 >!+sc004:: @@ -1309,7 +1309,7 @@ sc004::Send "{u+0033}" ; (3) digit three ; Key : 4 sc005::Send "{u+0034}" ; (4) digit four -+sc005::Send "{0024}" ; ($) dollar sign ++sc005::Send "{u+0024}" ; ($) dollar sign >!sc005:: <^>!sc005::Send "{u+00a3}" ; (£) pound sign >!+sc005:: @@ -1385,7 +1385,7 @@ sc00B::Send "{u+0030}" ; (0) digit zero ; Key : - / _ (hyphen-minus / underscore) sc00C::Send "{u+005B}" ; ([) left square bracket -+sc00c::Send "{u+007B}" ; ({) left curly bracket ++sc00C::Send "{u+007B}" ; ({) left curly bracket >!sc00C:: <^>!sc00C::Send "{u+2013}" ; (–) en dash >!+sc00C:: @@ -1393,7 +1393,7 @@ sc00C::Send "{u+005B}" ; ([) left square bracket ; Key : = / + (equals sign / plus sign) sc00D::Send "{u+005D}" ; (]) right square bracket -+sc00c::Send "{u+007D}" ; (}) right curly bracket ++sc00D::Send "{u+007D}" ; (}) right curly bracket >!sc00D:: <^>!sc00D::Send "{u+00d7}" ; (×) multiplication sign >!+sc00D:: @@ -1421,7 +1421,6 @@ sc010::Send "{u+0027}" ; (') apostrophe ; Key : W sc011::Send "{u+002C}" ; (,) comma +sc011::Send "{u+003C}" ; (<) less-than sign -+sc011:: >!sc011:: <^>!sc011:: { if GetKeyState("CapsLock", "T")