Swap German quotes to match British ones

This commit is contained in:
Anthony Rose 2024-04-01 20:31:01 +01:00
parent 24dead9672
commit 5b43c07ab8
3 changed files with 12 additions and 12 deletions

View file

@ -515,12 +515,12 @@ dead_macron := Map.Call(
; C11 - SC028 ; C11 - SC028
; „
>!SC028::Send "{U+201E}"
<^>!SC028::Send "{U+201E}"
; ;
>!+SC028::Send "{U+201A}" >!SC028::Send "{U+201A}"
<^>!+SC028::Send "{U+201A}" <^>!SC028::Send "{U+201A}"
; „
>!+SC028::Send "{U+201E}"
<^>!+SC028::Send "{U+201E}"
; C12 - SC02B ; C12 - SC02B

View file

@ -362,8 +362,8 @@
<rect x="940" y="160" width="80" height="80" /> <rect x="940" y="160" width="80" height="80" />
<text x="950" y="230" class="layer1">&#x0027;</text> <text x="950" y="230" class="layer1">&#x0027;</text>
<text x="950" y="170" class="layer2">&#x0040;</text> <text x="950" y="170" class="layer2">&#x0040;</text>
<text x="1010" y="230" class="layer3">&#x201e;</text> <text x="1010" y="230" class="layer3">&#x201a;</text>
<text x="1010" y="170" class="layer4">&#x201a;</text> <text x="1010" y="170" class="layer4">&#x201e;</text>
<rect x="1020" y="160" width="80" height="80" /> <rect x="1020" y="160" width="80" height="80" />
<text x="1030" y="230" class="layer1">&#x0023;</text> <text x="1030" y="230" class="layer1">&#x0023;</text>
@ -762,8 +762,8 @@
<rect x="940" y="160" width="80" height="80" /> <rect x="940" y="160" width="80" height="80" />
<text x="950" y="230" class="layer1">&#x0027;</text> <text x="950" y="230" class="layer1">&#x0027;</text>
<text x="950" y="170" class="layer2">&#x0022;</text> <text x="950" y="170" class="layer2">&#x0022;</text>
<text x="1010" y="230" class="layer3">&#x201e;</text> <text x="1010" y="230" class="layer3">&#x201a;</text>
<text x="1010" y="170" class="layer4">&#x201a;</text> <text x="1010" y="170" class="layer4">&#x201e;</text>
<rect x="1020" y="160" width="180" height="80" /> <rect x="1020" y="160" width="180" height="80" />
<text x="1030" y="170" class="layer2 function">Return</text> <text x="1030" y="170" class="layer2 function">Return</text>
@ -1295,8 +1295,8 @@
<td><span class="codepoint">U+0040</span> <span class="key-character">&#x0040;</span></td> <td><span class="codepoint">U+0040</span> <span class="key-character">&#x0040;</span></td>
<td><span class="codepoint">U+0027</span> <span class="key-character">&#x0027;</span></td> <td><span class="codepoint">U+0027</span> <span class="key-character">&#x0027;</span></td>
<td><span class="codepoint">U+0022</span> <span class="key-character">&#x0022;</span></td> <td><span class="codepoint">U+0022</span> <span class="key-character">&#x0022;</span></td>
<td><span class="codepoint">U+201E</span> <span class="key-character">&#x201e;</span></td>
<td><span class="codepoint">U+201A</span> <span class="key-character">&#x201a;</span></td> <td><span class="codepoint">U+201A</span> <span class="key-character">&#x201a;</span></td>
<td><span class="codepoint">U+201E</span> <span class="key-character">&#x201e;</span></td>
</tr> </tr>
<tr> <tr>
<td>C12</td> <td>C12</td>

View file

@ -40,7 +40,7 @@ xkb_symbols "basic" {
key <AC08> { [ U006B, U004B, dead_circumflex, NoSymbol ] }; // k K ^◌ key <AC08> { [ U006B, U004B, dead_circumflex, NoSymbol ] }; // k K ^◌
key <AC09> { [ U006C, U004C, U00F4, U00D4 ] }; // l L ô Ô key <AC09> { [ U006C, U004C, U00F4, U00D4 ] }; // l L ô Ô
key <AC10> { [ U003B, U003A, U003B, U003A ] }; // ; : ; : key <AC10> { [ U003B, U003A, U003B, U003A ] }; // ; : ; :
key <AC11> { [ U0027, U0040, U201E, U201A ] }; // ' @ „ key <AC11> { [ U0027, U0040, U201A, U201E ] }; // ' @
key <BKSL> { [ U0023, U007E, U005C, NoSymbol ] }; // # ~ \ key <BKSL> { [ U0023, U007E, U005C, NoSymbol ] }; // # ~ \
key <LSGT> { [ U005C, U007C, U00EA, U00CA ] }; // \ | ê Ê key <LSGT> { [ U005C, U007C, U00EA, U00CA ] }; // \ | ê Ê
@ -69,7 +69,7 @@ xkb_symbols "us" {
key <TLDE> { [ U0060, U007E, U007C, U00AC ] }; // ` ~ | ± key <TLDE> { [ U0060, U007E, U007C, U00AC ] }; // ` ~ | ±
key <AE02> { [ U0032, U0040, U00A2, U00AB ] }; // 2 @ ¢ « key <AE02> { [ U0032, U0040, U00A2, U00AB ] }; // 2 @ ¢ «
key <AE03> { [ U0033, U0023, U00A3, U00BB ] }; // 3 # £ » key <AE03> { [ U0033, U0023, U00A3, U00BB ] }; // 3 # £ »
key <AC11> { [ U0027, U0022, U201E, U201A ] }; // ' " „ key <AC11> { [ U0027, U0022, U201A, U201E ] }; // ' "
key <BKSL> { [ U005C, U007C, U005C, NoSymbol ] }; // \ | \ key <BKSL> { [ U005C, U007C, U005C, NoSymbol ] }; // \ | \
include "level3(ralt_switch)" include "level3(ralt_switch)"