Add ℅ U+2105 CARE OF
This commit is contained in:
parent
257a42bf9d
commit
2b63ab437a
3 changed files with 9 additions and 8 deletions
|
@ -181,9 +181,9 @@ dead_macron := Map.Call(
|
|||
; ª
|
||||
>!SC00A::Send "{U+00AA}"
|
||||
<^>!SC00A::Send "{U+00AA}"
|
||||
;
|
||||
>!+SC00A::Send ""
|
||||
<^>!+SC00A::Send ""
|
||||
; ℅
|
||||
>!+SC00A::Send "{U+2105}"
|
||||
<^>!+SC00A::Send "{U+2105}"
|
||||
|
||||
|
||||
; E10 - SC00B
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>ACP Keyboard v4.3.0</h1>
|
||||
<h1>ACP Keyboard v4.4.0</h1>
|
||||
<ol>
|
||||
<li><a href="#rationale">Rationale</a></li>
|
||||
<li><a href="#images">Images</a></li>
|
||||
|
@ -204,7 +204,7 @@
|
|||
<text x="730" y="70" class="layer1">9</text>
|
||||
<text x="730" y="10" class="layer2">(</text>
|
||||
<text x="790" y="70" class="layer3">ª</text>
|
||||
<text x="790" y="10" class="layer4"></text>
|
||||
<text x="790" y="10" class="layer4">℅</text>
|
||||
|
||||
<!-- E10 -->
|
||||
<rect x="800" y="0" width="80" height="80" />
|
||||
|
@ -658,7 +658,7 @@
|
|||
<text x="730" y="70" class="layer1">9</text>
|
||||
<text x="730" y="10" class="layer2">(</text>
|
||||
<text x="790" y="70" class="layer3">ª</text>
|
||||
<text x="790" y="10" class="layer4"></text>
|
||||
<text x="790" y="10" class="layer4">℅</text>
|
||||
|
||||
<!-- E10 -->
|
||||
<rect x="800" y="0" width="80" height="80" />
|
||||
|
@ -1102,7 +1102,7 @@
|
|||
<td><span class="codepoint">U+0039</span> <span class="key-character">9</span></td>
|
||||
<td><span class="codepoint">U+0028</span> <span class="key-character">(</span></td>
|
||||
<td><span class="codepoint">U+00AA</span> <span class="key-character">ª</span></td>
|
||||
<td></td>
|
||||
<td><span class="codepoint">U+2105</span> <span class="key-character">℅</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>E10</td>
|
||||
|
@ -2079,6 +2079,7 @@
|
|||
<li><span class="codepoint">U+203A</span> SINGLE RIGHT-POINTING ANGLE QUOTATION MARK</li>
|
||||
<li><span class="codepoint">U+204A</span> TIRONIAN SIGN ET</li>
|
||||
<li><span class="codepoint">U+20AC</span> EURO SIGN</li>
|
||||
<li><span class="codepoint">U+2105</span> CARE OF</li>
|
||||
<li><span class="codepoint">U+2122</span> TRADE MARK SIGN</li>
|
||||
<li><span class="codepoint">U+2212</span> MINUS SIGN</li>
|
||||
<li><span class="codepoint">U+221A</span> SQUARE ROOT</li>
|
||||
|
|
|
@ -12,7 +12,7 @@ xkb_symbols "basic" {
|
|||
key <AE06> { [ U0036, U005E, U221A, U2713 ] }; // 6 ^ √ ✓
|
||||
key <AE07> { [ U0037, U0026, U204A, U2717 ] }; // 7 & ⁊ ✗
|
||||
key <AE08> { [ U0038, U002A, U00B0, U2022 ] }; // 8 * ° •
|
||||
key <AE09> { [ U0039, U0028, U00AA, NoSymbol ] }; // 9 ( ª
|
||||
key <AE09> { [ U0039, U0028, U00AA, U2105 ] }; // 9 ( ª ℅
|
||||
key <AE10> { [ U0030, U0029, U00BA, U00A9 ] }; // 0 ) º ©
|
||||
key <AE11> { [ U002D, U005F, U2212, U00F7 ] }; // - _ − ÷
|
||||
key <AE12> { [ U003D, U002B, U00D7, U2260 ] }; // + = × ≠
|
||||
|
|
Loading…
Reference in a new issue