Skip to content

Commit 35f836a

Browse files
committed
Move 'Retract keyboard' into Help > Miscellaneous table
1 parent a46b752 commit 35f836a

9 files changed

Lines changed: 31 additions & 71 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
## [Unreleased]
55

6-
- Put function column first in Help > Miscellaneous table
6+
- Tweaked Help > Miscellaneous explanations
7+
- Put Function column before Action column in table
8+
- Moved 'Retract keyboard' explanation into table
79
- Tweaked privacy policy punctuation (English) and wording (Chinese)
810
- Updated privacy policy button URL anchor for said tweak
911

app/src/main/assets/help-zh-Hans-CN.cmd

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ OrdinaryDictionaryReplacement: #.boilerplate-properties-override
7676
; 功能
7777
; 动作
7878
|:
79+
//
80+
, 收回键盘
81+
, 用系统返回按钮(或返回手势)
7982
//
8083
, 转语言
8184
, 横扫 \space-bar-zh
@@ -85,16 +88,6 @@ OrdinaryDictionaryReplacement: #.boilerplate-properties-override
8588
''''
8689

8790

88-
## 收回键盘
89-
90-
----
91-
用系统__返回按钮__(或__返回手势__<sup></sup>)来收回键盘。
92-
----
93-
----
94-
<sup></sup>若 Android~13+ __手势导航__不便,可考虑复还__“三按钮”导航__,并使用__返回按钮__。)
95-
----
96-
97-
9891
<footer>
9992
此页的 [CMD] 源码: [cmd-source]
10093
</footer>

app/src/main/assets/help-zh-Hans-CN.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ <h2>杂项</h2>
7676
</thead>
7777
<tbody>
7878
<tr>
79+
<td>收回键盘</td>
80+
<td>用系统返回按钮(或返回手势)</td>
81+
</tr>
82+
<tr>
7983
<td>转语言</td>
8084
<td>横扫 <kbd class="space-bar">◀ 中文 ▶</kbd></td>
8185
</tr>
@@ -85,13 +89,6 @@ <h2>杂项</h2>
8589
</tr>
8690
</tbody>
8791
</table>
88-
<h2>收回键盘</h2>
89-
<p>
90-
用系统<b>返回按钮</b>(或<b>返回手势</b><sup></sup>)来收回键盘。
91-
</p>
92-
<p>
93-
<sup></sup>若 Android&nbsp;13+ <b>手势导航</b>不便,可考虑复还<b>“三按钮”导航</b>,并使用<b>返回按钮</b>。)
94-
</p>
9592
<footer>
9693
此页的 <a href="https://github.com/conwaymd/conwaymd">CMD</a> 源码: <a href="https://github.com/stroke-input/stroke-input-android/blob/master/app/src/main/assets/help-zh-Hans-CN.cmd"><code>help-zh-Hans-CN.cmd</code></a>
9794
</footer>

app/src/main/assets/help-zh-Hant-HK.cmd

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ OrdinaryDictionaryReplacement: #.boilerplate-properties-override
7777
; 功能
7878
; 動作
7979
|:
80+
//
81+
, 收回鍵盤
82+
, 以系統返回掣(或返回手勢)
8083
//
8184
, 轉語言
8285
, 橫掃 \space-bar-zh
@@ -86,16 +89,6 @@ OrdinaryDictionaryReplacement: #.boilerplate-properties-override
8689
''''
8790

8891

89-
## 收回鍵盤
90-
91-
----
92-
以系統__返回掣__(或__返回手勢__<sup></sup>)而收回鍵盤。
93-
----
94-
----
95-
<sup></sup>若 Android~13+ __手勢導覽__不便,可考慮復還__三按鈕導覽__,並使用__反回掣__。)
96-
----
97-
98-
9992
<footer>
10093
此頁之 [CMD] 源碼: [cmd-source]
10194
</footer>

app/src/main/assets/help-zh-Hant-HK.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ <h2>雜項</h2>
7676
</thead>
7777
<tbody>
7878
<tr>
79+
<td>收回鍵盤</td>
80+
<td>以系統返回掣(或返回手勢)</td>
81+
</tr>
82+
<tr>
7983
<td>轉語言</td>
8084
<td>橫掃 <kbd class="space-bar">◀ 中文 ▶</kbd></td>
8185
</tr>
@@ -85,13 +89,6 @@ <h2>雜項</h2>
8589
</tr>
8690
</tbody>
8791
</table>
88-
<h2>收回鍵盤</h2>
89-
<p>
90-
以系統<b>返回掣</b>(或<b>返回手勢</b><sup></sup>)而收回鍵盤。
91-
</p>
92-
<p>
93-
<sup></sup>若 Android&nbsp;13+ <b>手勢導覽</b>不便,可考慮復還<b>三按鈕導覽</b>,並使用<b>反回掣</b>。)
94-
</p>
9592
<footer>
9693
此頁之 <a href="https://github.com/conwaymd/conwaymd">CMD</a> 源碼: <a href="https://github.com/stroke-input/stroke-input-android/blob/master/app/src/main/assets/help-zh-Hant-HK.cmd"><code>help-zh-Hant-HK.cmd</code></a>
9794
</footer>

app/src/main/assets/help-zh-Hant-TW.cmd

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ OrdinaryDictionaryReplacement: #.boilerplate-properties-override
7777
; 功能
7878
; 動作
7979
|:
80+
//
81+
, 收回鍵盤
82+
, 以系統返回按鈕(或返回手勢)
8083
//
8184
, 轉語言
8285
, 橫掃 \space-bar-zh
@@ -86,16 +89,6 @@ OrdinaryDictionaryReplacement: #.boilerplate-properties-override
8689
''''
8790

8891

89-
## 收回鍵盤
90-
91-
----
92-
以系統__返回按鈕__(或__返回手勢__<sup></sup>)而收回鍵盤。
93-
----
94-
----
95-
<sup></sup>若 Android~13+ __手勢操作__不便,可考慮復還__三按鈕操作__,並使用__返回按鈕__。)
96-
----
97-
98-
9992
<footer>
10093
此頁之 [CMD] 原始程式: [cmd-source]
10194
</footer>

app/src/main/assets/help-zh-Hant-TW.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ <h2>雜項</h2>
7676
</thead>
7777
<tbody>
7878
<tr>
79+
<td>收回鍵盤</td>
80+
<td>以系統返回按鈕(或返回手勢)</td>
81+
</tr>
82+
<tr>
7983
<td>轉語言</td>
8084
<td>橫掃 <kbd class="space-bar">◀ 中文 ▶</kbd></td>
8185
</tr>
@@ -85,13 +89,6 @@ <h2>雜項</h2>
8589
</tr>
8690
</tbody>
8791
</table>
88-
<h2>收回鍵盤</h2>
89-
<p>
90-
以系統<b>返回按鈕</b>(或<b>返回手勢</b><sup></sup>)而收回鍵盤。
91-
</p>
92-
<p>
93-
<sup></sup>若 Android&nbsp;13+ <b>手勢操作</b>不便,可考慮復還<b>三按鈕操作</b>,並使用<b>返回按鈕</b>。)
94-
</p>
9592
<footer>
9693
此頁之 <a href="https://github.com/conwaymd/conwaymd">CMD</a> 原始程式: <a href="https://github.com/stroke-input/stroke-input-android/blob/master/app/src/main/assets/help-zh-Hant-TW.cmd"><code>help-zh-Hant-TW.cmd</code></a>
9794
</footer>

app/src/main/assets/help.cmd

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ OrdinaryDictionaryReplacement: #.boilerplate-properties-override
7676
; Function
7777
; Action
7878
|:
79+
//
80+
, Retract keyboard
81+
, Use system Back Button (or Back Gesture)
7982
//
8083
, Change language
8184
, Horizontally swipe \space-bar-en
@@ -85,17 +88,6 @@ OrdinaryDictionaryReplacement: #.boilerplate-properties-override
8588
''''
8689

8790

88-
## Retract keyboard
89-
90-
----
91-
Use the system __Back Button__ (or __Back Gesture__<sup></sup>) to retract the keyboard.
92-
----
93-
----
94-
(<sup></sup>If Android~13+ __Gesture Navigation__ is inconvenient,
95-
consider reverting to __3-Button Navigation__ and using the __Back Button__.)
96-
----
97-
98-
9991
<footer>
10092
This page's [CMD] source: [cmd-source]
10193
</footer>

app/src/main/assets/help.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ <h2>Miscellaneous</h2>
7676
</thead>
7777
<tbody>
7878
<tr>
79+
<td>Retract keyboard</td>
80+
<td>Use system Back Button (or Back Gesture)</td>
81+
</tr>
82+
<tr>
7983
<td>Change language</td>
8084
<td>Horizontally swipe <kbd class="space-bar">◀ English ▶</kbd></td>
8185
</tr>
@@ -85,14 +89,6 @@ <h2>Miscellaneous</h2>
8589
</tr>
8690
</tbody>
8791
</table>
88-
<h2>Retract keyboard</h2>
89-
<p>
90-
Use the system <b>Back Button</b> (or <b>Back Gesture</b><sup></sup>) to retract the keyboard.
91-
</p>
92-
<p>
93-
(<sup></sup>If Android&nbsp;13+ <b>Gesture Navigation</b> is inconvenient,
94-
consider reverting to <b>3-Button Navigation</b> and using the <b>Back Button</b>.)
95-
</p>
9692
<footer>
9793
This page's <a href="https://github.com/conwaymd/conwaymd">CMD</a> source: <a href="https://github.com/stroke-input/stroke-input-android/blob/master/app/src/main/assets/help.cmd"><code>help.cmd</code></a>
9894
</footer>

0 commit comments

Comments
 (0)