We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7911e commit 740fd69Copy full SHA for 740fd69
README.md
@@ -15,7 +15,7 @@
15
5. 支持按英文单词的模糊音来输入。 如输入 `kerrage` 可以得到 `courage` 候选词,也可以输入 `aosome` 或者 `ausome` 来得 `awesome` 候选词。
16
6. 具备 Text-Expander 功能。 本输入法会自动读取定义在用户目录下的`C:\Users\<user>\hallelujah.json` 文件,你可以定义自己常用的词组,比如 `{"yem":"you expand me"}`,那么当输入 `yem` 时会显示 `you expand me` 。
17
7. 选词方式:数字键 1~9 及 `Enter` 回车键和 `Space` 空格键均可选词提交。`Space` 空格键选词默认会自动附加一个空格在单词后面。`Enter` 回车键选词则不会附加空格。
18
-8. User can toggle the IPA and translation with ctrl + ` key combination.
+8. 用户可以按 ``` ctrl + ` ```组合键来隐藏/显示 IPA音标和单词翻译。 User can toggle the IPA and translation with ``` ctrl + ` ``` key combination.
19
20
# 下载安装
21
0 commit comments