Swap German quotes to match British ones
This commit is contained in:
parent
24dead9672
commit
5b43c07ab8
3 changed files with 12 additions and 12 deletions
|
@ -515,12 +515,12 @@ dead_macron := Map.Call(
|
|||
|
||||
|
||||
; 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
|
||||
|
|
10
spec.html
10
spec.html
|
@ -362,8 +362,8 @@
|
|||
<rect x="940" y="160" width="80" height="80" />
|
||||
<text x="950" y="230" class="layer1">'</text>
|
||||
<text x="950" y="170" class="layer2">@</text>
|
||||
<text x="1010" y="230" class="layer3">„</text>
|
||||
<text x="1010" y="170" class="layer4">‚</text>
|
||||
<text x="1010" y="230" class="layer3">‚</text>
|
||||
<text x="1010" y="170" class="layer4">„</text>
|
||||
|
||||
<rect x="1020" y="160" width="80" height="80" />
|
||||
<text x="1030" y="230" class="layer1">#</text>
|
||||
|
@ -762,8 +762,8 @@
|
|||
<rect x="940" y="160" width="80" height="80" />
|
||||
<text x="950" y="230" class="layer1">'</text>
|
||||
<text x="950" y="170" class="layer2">"</text>
|
||||
<text x="1010" y="230" class="layer3">„</text>
|
||||
<text x="1010" y="170" class="layer4">‚</text>
|
||||
<text x="1010" y="230" class="layer3">‚</text>
|
||||
<text x="1010" y="170" class="layer4">„</text>
|
||||
|
||||
<rect x="1020" y="160" width="180" height="80" />
|
||||
<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">@</span></td>
|
||||
<td><span class="codepoint">U+0027</span> <span class="key-character">'</span></td>
|
||||
<td><span class="codepoint">U+0022</span> <span class="key-character">"</span></td>
|
||||
<td><span class="codepoint">U+201E</span> <span class="key-character">„</span></td>
|
||||
<td><span class="codepoint">U+201A</span> <span class="key-character">‚</span></td>
|
||||
<td><span class="codepoint">U+201E</span> <span class="key-character">„</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>C12</td>
|
||||
|
|
|
@ -40,7 +40,7 @@ xkb_symbols "basic" {
|
|||
key <AC08> { [ U006B, U004B, dead_circumflex, NoSymbol ] }; // k K ^◌
|
||||
key <AC09> { [ U006C, U004C, U00F4, U00D4 ] }; // l L ô Ô
|
||||
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 <LSGT> { [ U005C, U007C, U00EA, U00CA ] }; // \ | ê Ê
|
||||
|
@ -69,7 +69,7 @@ xkb_symbols "us" {
|
|||
key <TLDE> { [ U0060, U007E, U007C, U00AC ] }; // ` ~ | ±
|
||||
key <AE02> { [ U0032, U0040, U00A2, U00AB ] }; // 2 @ ¢ «
|
||||
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 ] }; // \ | \
|
||||
|
||||
include "level3(ralt_switch)"
|
||||
|
|
Loading…
Reference in a new issue