File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44## [ Unreleased]
55
6+ - Fixed missing heading rows in Help tables
7+
68
79## [ v0.9.27] (49) Sorted cyanide (2023-01-22)
810
Original file line number Diff line number Diff line change @@ -54,30 +54,13 @@ see [app/src/main/assets/about.html].
5454
5555### Strokes
5656
57- <table >
58- <tbody >
59- <tr>
60- <td>㇐</td>
61- <td>horizontal; raise</td>
62- </tr>
63- <tr>
64- <td>㇑</td>
65- <td>vertical; vertical-with-hook</td>
66- </tr>
67- <tr>
68- <td>㇒</td>
69- <td>left-slash</td>
70- </tr>
71- <tr>
72- <td>㇔</td>
73- <td>right-press; dot</td>
74- </tr>
75- <tr>
76- <td>㇖</td>
77- <td>turn; bend</td>
78- </tr>
79- </tbody >
80- </table >
57+ | Key | Stroke |
58+ | - | - |
59+ | ㇐ | horizontal; raise |
60+ | ㇑ | vertical; vertical-with-hook |
61+ | ㇒ | left-slash |
62+ | ㇔ | right-press; dot |
63+ | ㇖ | turn; bend |
8164
8265### Examples
8366
@@ -90,18 +73,10 @@ see [app/src/main/assets/about.html].
9073
9174### Miscellaneous
9275
93- <table >
94- <tbody >
95- <tr>
96- <td>Horizontally swipe space-bar</td>
97- <td>Change language</td>
98- </tr>
99- <tr>
100- <td>Long press space-bar</td>
101- <td>Change to other keyboard</td>
102- </tr>
103- </tbody >
104- </table >
76+ | Action | Function |
77+ | - | - |
78+ | Horizontally swipe space-bar | Change language |
79+ | Long press space-bar | Change to other keyboard |
10580
10681### Retract keyboard
10782
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ OrdinaryDictionaryReplacement: #.boilerplate-properties-override
1818## 笔画
1919
2020''''
21+ | ^
22+ //
23+ ; 键
24+ ; 笔画
25+ | :
2126//
2227 , < kbd class=" stroke-key" > \stroke-1< /kbd>
2328 , 横、提
@@ -66,6 +71,11 @@ OrdinaryDictionaryReplacement: #.boilerplate-properties-override
6671## 杂项
6772
6873''''
74+ | ^
75+ //
76+ ; 动作
77+ ; 功能
78+ | :
6979//
7080 , 横扫 \space-bar-zh
7181 , 转语言
Original file line number Diff line number Diff line change 1010< h1 > 说明</ h1 >
1111< h2 > 笔画</ h2 >
1212< table >
13+ < thead >
14+ < tr >
15+ < th > 键</ th >
16+ < th > 笔画</ th >
17+ </ tr >
18+ </ thead >
19+ < tbody >
1320< tr >
1421< td > < kbd class ="stroke-key "> ㇐</ kbd > </ td >
1522< td > 横、提</ td >
@@ -30,6 +37,7 @@ <h2>笔画</h2>
3037< td > < kbd class ="stroke-key "> ㇖</ kbd > </ td >
3138< td > 折、弯</ td >
3239</ tr >
40+ </ tbody >
3341</ table >
3442< h2 > 例子</ h2 >
3543< table >
@@ -60,6 +68,13 @@ <h2>例子</h2>
6068</ table >
6169< h2 > 杂项</ h2 >
6270< table >
71+ < thead >
72+ < tr >
73+ < th > 动作</ th >
74+ < th > 功能</ th >
75+ </ tr >
76+ </ thead >
77+ < tbody >
6378< tr >
6479< td > 横扫 < kbd class ="space-bar "> ◀ 中文 ▶</ kbd > </ td >
6580< td > 转语言</ td >
@@ -68,6 +83,7 @@ <h2>杂项</h2>
6883< td > 长按 < kbd class ="space-bar "> ◀ 中文 ▶</ kbd > </ td >
6984< td > 转至其他键盘</ td >
7085</ tr >
86+ </ tbody >
7187</ table >
7288< h2 > 收回键盘</ h2 >
7389< p >
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ OrdinaryDictionaryReplacement: #.boilerplate-properties-override
1818## 筆畫
1919
2020''''
21+ | ^
22+ //
23+ ; 鍵
24+ ; 筆畫
25+ | :
2126//
2227 , < kbd class=" stroke-key" > \stroke-1< /kbd>
2328 , 畫、提
@@ -67,6 +72,11 @@ OrdinaryDictionaryReplacement: #.boilerplate-properties-override
6772## 雜項
6873
6974''''
75+ | ^
76+ //
77+ ; 動作
78+ ; 功能
79+ | :
7080//
7181 , 橫掃 \space-bar-zh
7282 , 轉語言
Original file line number Diff line number Diff line change 1010< h1 > 説明</ h1 >
1111< h2 > 筆畫</ h2 >
1212< table >
13+ < thead >
14+ < tr >
15+ < th > 鍵</ th >
16+ < th > 筆畫</ th >
17+ </ tr >
18+ </ thead >
19+ < tbody >
1320< tr >
1421< td > < kbd class ="stroke-key "> ㇐</ kbd > </ td >
1522< td > 畫、提</ td >
@@ -30,6 +37,7 @@ <h2>筆畫</h2>
3037< td > < kbd class ="stroke-key "> ㇖</ kbd > </ td >
3138< td > 折、彎</ td >
3239</ tr >
40+ </ tbody >
3341</ table >
3442< h2 > 例子</ h2 >
3543< table >
@@ -60,6 +68,13 @@ <h2>例子</h2>
6068</ table >
6169< h2 > 雜項</ h2 >
6270< table >
71+ < thead >
72+ < tr >
73+ < th > 動作</ th >
74+ < th > 功能</ th >
75+ </ tr >
76+ </ thead >
77+ < tbody >
6378< tr >
6479< td > 橫掃 < kbd class ="space-bar "> ◀ 中文 ▶</ kbd > </ td >
6580< td > 轉語言</ td >
@@ -68,6 +83,7 @@ <h2>雜項</h2>
6883< td > 長撳 < kbd class ="space-bar "> ◀ 中文 ▶</ kbd > </ td >
6984< td > 轉至其他鍵盤</ td >
7085</ tr >
86+ </ tbody >
7187</ table >
7288< h2 > 收回鍵盤</ h2 >
7389< p >
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ OrdinaryDictionaryReplacement: #.boilerplate-properties-override
1818## 筆畫
1919
2020''''
21+ | ^
22+ //
23+ ; 鍵
24+ ; 筆畫
25+ | :
2126//
2227 , < kbd class=" stroke-key" > \stroke-1< /kbd>
2328 , 橫、提
@@ -67,6 +72,11 @@ OrdinaryDictionaryReplacement: #.boilerplate-properties-override
6772## 雜項
6873
6974''''
75+ | ^
76+ //
77+ ; 動作
78+ ; 功能
79+ | :
7080//
7181 , 橫掃 \space-bar-zh
7282 , 轉語言
Original file line number Diff line number Diff line change 1010< h1 > 說明</ h1 >
1111< h2 > 筆畫</ h2 >
1212< table >
13+ < thead >
14+ < tr >
15+ < th > 鍵</ th >
16+ < th > 筆畫</ th >
17+ </ tr >
18+ </ thead >
19+ < tbody >
1320< tr >
1421< td > < kbd class ="stroke-key "> ㇐</ kbd > </ td >
1522< td > 橫、提</ td >
@@ -30,6 +37,7 @@ <h2>筆畫</h2>
3037< td > < kbd class ="stroke-key "> ㇖</ kbd > </ td >
3138< td > 折、彎</ td >
3239</ tr >
40+ </ tbody >
3341</ table >
3442< h2 > 例子</ h2 >
3543< table >
@@ -60,6 +68,13 @@ <h2>例子</h2>
6068</ table >
6169< h2 > 雜項</ h2 >
6270< table >
71+ < thead >
72+ < tr >
73+ < th > 動作</ th >
74+ < th > 功能</ th >
75+ </ tr >
76+ </ thead >
77+ < tbody >
6378< tr >
6479< td > 橫掃 < kbd class ="space-bar "> ◀ 中文 ▶</ kbd > </ td >
6580< td > 轉語言</ td >
@@ -68,6 +83,7 @@ <h2>雜項</h2>
6883< td > 長按 < kbd class ="space-bar "> ◀ 中文 ▶</ kbd > </ td >
6984< td > 轉至其他鍵盤</ td >
7085</ tr >
86+ </ tbody >
7187</ table >
7288< h2 > 收回鍵盤</ h2 >
7389< p >
Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ OrdinaryDictionaryReplacement: #.boilerplate-properties-override
1717## Strokes
1818
1919''''
20+ | ^
21+ //
22+ ; Key
23+ ; Stroke
24+ | :
2025//
2126 , < kbd class=" stroke-key" lang=" zh-Hant" > \stroke-1< /kbd>
2227 , horizontal; raise
@@ -66,6 +71,11 @@ OrdinaryDictionaryReplacement: #.boilerplate-properties-override
6671## Miscellaneous
6772
6873''''
74+ | ^
75+ //
76+ ; Action
77+ ; Function
78+ | :
6979//
7080 , Horizontally swipe \space-bar-en
7181 , Change language
Original file line number Diff line number Diff line change 1010< h1 > Help</ h1 >
1111< h2 > Strokes</ h2 >
1212< table >
13+ < thead >
14+ < tr >
15+ < th > Key</ th >
16+ < th > Stroke</ th >
17+ </ tr >
18+ </ thead >
19+ < tbody >
1320< tr >
1421< td > < kbd class ="stroke-key " lang ="zh-Hant "> ㇐</ kbd > </ td >
1522< td > horizontal; raise</ td >
@@ -30,6 +37,7 @@ <h2>Strokes</h2>
3037< td > < kbd class ="stroke-key " lang ="zh-Hant "> ㇖</ kbd > </ td >
3138< td > turn; bend</ td >
3239</ tr >
40+ </ tbody >
3341</ table >
3442< h2 > Examples</ h2 >
3543< table >
@@ -60,6 +68,13 @@ <h2>Examples</h2>
6068</ table >
6169< h2 > Miscellaneous</ h2 >
6270< table >
71+ < thead >
72+ < tr >
73+ < th > Action</ th >
74+ < th > Function</ th >
75+ </ tr >
76+ </ thead >
77+ < tbody >
6378< tr >
6479< td > Horizontally swipe < kbd class ="space-bar "> ◀ English ▶</ kbd > </ td >
6580< td > Change language</ td >
@@ -68,6 +83,7 @@ <h2>Miscellaneous</h2>
6883< td > Long press < kbd class ="space-bar "> ◀ English ▶</ kbd > </ td >
6984< td > Change to other keyboard</ td >
7085</ tr >
86+ </ tbody >
7187</ table >
7288< h2 > Retract keyboard</ h2 >
7389< p >
You can’t perform that action at this time.
0 commit comments