From 14c7778dc7c46009896aef642dc2247ea92ee11a Mon Sep 17 00:00:00 2001 From: Le Tan Date: Sun, 9 Apr 2017 12:34:36 +0800 Subject: [PATCH] update shortcuts doc --- src/resources/docs/shortcuts_en.md | 2 ++ src/resources/docs/shortcuts_zh.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/resources/docs/shortcuts_en.md b/src/resources/docs/shortcuts_en.md index 5bc77110..9e167f42 100644 --- a/src/resources/docs/shortcuts_en.md +++ b/src/resources/docs/shortcuts_en.md @@ -51,6 +51,8 @@ Backspace. Delete a character backward. Delete all the characters from current cursor to the first space backward. - `Ctrl+U` Delete all the characters from current cursor to the beginning of current line. +- `Ctrl+Alt+` +Insert title at level ``. `` should be 1 to 6. Currently selected text will be changed to title if exist. - `Tab`/`Shift+Tab` Increase or decrease the indentation. If any text is selected, the indentation will operate on all these selected lines. - `Shift+Left`, `Shift+Right`, `Shift+Up`, `Shift+Down` diff --git a/src/resources/docs/shortcuts_zh.md b/src/resources/docs/shortcuts_zh.md index 98bde214..51af3a31 100644 --- a/src/resources/docs/shortcuts_zh.md +++ b/src/resources/docs/shortcuts_zh.md @@ -51,6 +51,8 @@ 删除光标位置向后到第一个空白字符之间的所有字符。 - `Ctrl+U` 删除光标位置到行首的所有字符。 +- `Ctrl+Alt+` +插入级别为``的标题。``应该是1到6的一个数字。如果已经选择文本,则将当前选择文本改为标题。 - `Tab`/`Shift+Tab` 增加或减小缩进。如果已经选择文本,则对所有选择的行进行缩进操作。 - `Shift+Left`, `Shift+Right`, `Shift+Up`, `Shift+Down`