diff --git a/docs/cn/layers/chinese.md b/docs/cn/layers/chinese.md index 062935800..458dc121a 100644 --- a/docs/cn/layers/chinese.md +++ b/docs/cn/layers/chinese.md @@ -40,6 +40,10 @@ lang: zh ## 快捷键 -| 快捷键 | 功能描述 | -| ----------- | ------------------ | -| `SPC n c d` | 将中文数字转为数字 | +| 快捷键 | 功能描述 | +| ----------- | --------------------------- | +| `SPC x t t` | 翻译光标下的单词 | +| `SPC x g c` | 使用 ChineseLinter 检查中文 | +| `SPC n c d` | 将中文数字转为数字 | +| `SPC n c z` | 将数字转为小写中文数字 | +| `SPC n c Z` | 将数字转为大写中文数字 | diff --git a/docs/layers/chinese.md b/docs/layers/chinese.md index faaa4d5eb..93d6081ce 100644 --- a/docs/layers/chinese.md +++ b/docs/layers/chinese.md @@ -38,6 +38,10 @@ Add the following snippet to your custom config file to enable this feature. ## Key bindings -| Key Binding | Description | -| ----------- | ------------------------------- | -| `SPC n c d` | Convert Chinese Number to Digit | +| Key Binding | Description | +| ----------- | ---------------------------------------- | +| `SPC x t t` | Translate current word | +| `SPC x g c` | Check with ChineseLinter | +| `SPC n c d` | Convert Chinese Number to Digit | +| `SPC n c z` | Translate digits to lower Chinese Number | +| `SPC n c Z` | Translate digits to upper Chinese Number |