Swap ²/© and ³/£ keys

This commit is contained in:
Anthony Rose 2024-09-09 11:43:06 +01:00
parent 045a2e91c7
commit e58ab59f5a
3 changed files with 23 additions and 23 deletions

View file

@ -115,21 +115,21 @@ dead_macron := Map.Call(
; E02 - SC003
; ©
>!SC003::Send "{U+00A9}"
<^>!SC003::Send "{U+00A9}"
; ²
>!+SC003::Send "{U+00B2}"
<^>!+SC003::Send "{U+00B2}"
>!SC003::Send "{U+00B2}"
<^>!SC003::Send "{U+00B2}"
; ©
>!+SC003::Send "{U+00A9}"
<^>!+SC003::Send "{U+00A9}"
; E03 - SC004
; £
>!SC004::Send "{U+00A3}"
<^>!SC004::Send "{U+00A3}"
; ³
>!+SC004::Send "{U+00B3}"
<^>!+SC004::Send "{U+00B3}"
>!SC004::Send "{U+00B3}"
<^>!SC004::Send "{U+00B3}"
; £
>!+SC004::Send "{U+00A3}"
<^>!+SC004::Send "{U+00A3}"
; E04 - SC005

View file

@ -42,7 +42,7 @@
</style>
</head>
<body>
<h1>ACP Keyboard v4.5.0</h1>
<h1>ACP Keyboard v4.6.0</h1>
<ol>
<li><a href="#rationale">Rationale</a></li>
<li><a href="#images">Images</a></li>
@ -154,15 +154,15 @@
<rect x="160" y="0" width="80" height="80" />
<text x="170" y="70" class="layer1">&#x0032;</text>
<text x="170" y="10" class="layer2">&#x0040;</text>
<text x="230" y="70" class="layer3">&#x00a9;</text>
<text x="230" y="10" class="layer4">&#x00b2;</text>
<text x="230" y="70" class="layer3">&#x00b2;</text>
<text x="230" y="10" class="layer4">&#x00a9;</text>
<!-- E03 -->
<rect x="240" y="0" width="80" height="80" />
<text x="250" y="70" class="layer1">&#x0033;</text>
<text x="250" y="10" class="layer2">&#x0023;</text>
<text x="310" y="70" class="layer3">&#x00a3;</text>
<text x="310" y="10" class="layer4">&#x00b3;</text>
<text x="310" y="70" class="layer3">&#x00b3;</text>
<text x="310" y="10" class="layer4">&#x00a3;</text>
<!-- E04 -->
<rect x="320" y="0" width="80" height="80" />
@ -608,15 +608,15 @@
<rect x="160" y="0" width="80" height="80" />
<text x="170" y="70" class="layer1">&#x0032;</text>
<text x="170" y="10" class="layer2">&#x0040;</text>
<text x="230" y="70" class="layer3">&#x00a9;</text>
<text x="230" y="10" class="layer4">&#x00b2;</text>
<text x="230" y="70" class="layer3">&#x00b2;</text>
<text x="230" y="10" class="layer4">&#x00a9;</text>
<!-- E03 -->
<rect x="240" y="0" width="80" height="80" />
<text x="250" y="70" class="layer1">&#x0033;</text>
<text x="250" y="10" class="layer2">&#x0023;</text>
<text x="310" y="70" class="layer3">&#x00a3;</text>
<text x="310" y="10" class="layer4">&#x00b3;</text>
<text x="310" y="70" class="layer3">&#x00b3;</text>
<text x="310" y="10" class="layer4">&#x00a3;</text>
<!-- E04 -->
<rect x="320" y="0" width="80" height="80" />
@ -1038,8 +1038,8 @@
<td>SC003</td>
<td><span class="codepoint">U+0032</span> <span class="key-character">&#x0032;</span></td>
<td><span class="codepoint">U+0040</span> <span class="key-character">&#x0040;</span></td>
<td><span class="codepoint">U+00A9</span> <span class="key-character">&#x00a9;</span></td>
<td><span class="codepoint">U+00B2</span> <span class="key-character">&#x00b2;</span></td>
<td><span class="codepoint">U+00A9</span> <span class="key-character">&#x00a9;</span></td>
</tr>
<tr>
<td>E03</td>
@ -1047,8 +1047,8 @@
<td>SC004</td>
<td><span class="codepoint">U+0033</span> <span class="key-character">&#x0033;</span></td>
<td><span class="codepoint">U+0023</span> <span class="key-character">&#x0023;</span></td>
<td><span class="codepoint">U+00A3</span> <span class="key-character">&#x00a3;</span></td>
<td><span class="codepoint">U+00B3</span> <span class="key-character">&#x00b3;</span></td>
<td><span class="codepoint">U+00A3</span> <span class="key-character">&#x00a3;</span></td>
</tr>
<tr>
<td>E04</td>

View file

@ -5,8 +5,8 @@ xkb_symbols "basic" {
key <TLDE> { [ U0060, U007E, U2248, U00B1 ] }; // ` ~ ≈ ±
key <AE01> { [ U0031, U0021, U0021, U00A1 ] }; // 1 ! ! ¡
key <AE02> { [ U0032, U0040, U00A9, U00B2 ] }; // 2 @ © ²
key <AE03> { [ U0033, U0023, U00A3, U00B3 ] }; // 3 # £ ³
key <AE02> { [ U0032, U0040, U00B2, U00A9 ] }; // 2 @ ² ©
key <AE03> { [ U0033, U0023, U00B3, U00A3 ] }; // 3 # ³ £
key <AE04> { [ U0034, U0024, U00A2, U2105 ] }; // 4 $ ¢ ℅
key <AE05> { [ U0035, U0025, U20AC, U2030 ] }; // 5 % € ‰
key <AE06> { [ U0036, U005E, U221A, U2713 ] }; // 6 ^ √ ✓