docs: support document internationalization #222
* docs: add English docuemnt #213 * docs: support document internationalization #222 --------- Co-authored-by: Hufe921 <huangyunfeihufe@hotmail.com>
This commit is contained in:
@@ -0,0 +1,165 @@
|
||||
# Internal shortcut keys
|
||||
|
||||
## Backspace
|
||||
|
||||
Feature: Forward delete
|
||||
|
||||
## Delete
|
||||
|
||||
Feature: Backward delete
|
||||
|
||||
## Enter
|
||||
|
||||
Feature: Line break
|
||||
|
||||
## Shift + Enter
|
||||
|
||||
Feature: Line breaks within the list
|
||||
|
||||
## ←
|
||||
|
||||
Feature: Move to the left
|
||||
|
||||
## Shift + ←
|
||||
|
||||
Feature: Zoom the selection to the left
|
||||
|
||||
## →
|
||||
|
||||
Feature: Move to the right
|
||||
|
||||
## Shift + →
|
||||
|
||||
Feature: Zoom the selection to the right
|
||||
|
||||
## ↑
|
||||
|
||||
Feature: Move up
|
||||
|
||||
## Shift + ↑
|
||||
|
||||
Feature: Zoom up the selection
|
||||
|
||||
## ↓
|
||||
|
||||
Feature: Move down
|
||||
|
||||
## Shift + ↓
|
||||
|
||||
Feature: Zoom down the selection
|
||||
|
||||
## Esc
|
||||
|
||||
Feature: Exit format brush
|
||||
|
||||
## Tab
|
||||
|
||||
Feature: Increase indent
|
||||
|
||||
## Ctrl/Cmd + Z
|
||||
|
||||
Feature: Undo
|
||||
|
||||
## Ctrl/Cmd + Y
|
||||
|
||||
Feature: Redo
|
||||
|
||||
## Ctrl/Cmd + C
|
||||
|
||||
Feature: Copy
|
||||
|
||||
## Ctrl/Cmd + X
|
||||
|
||||
Feature: Cut
|
||||
|
||||
## Ctrl/Cmd + A
|
||||
|
||||
Feature: Select all
|
||||
|
||||
## Ctrl/Cmd + S
|
||||
|
||||
Feature: Save
|
||||
|
||||
## Ctrl/Cmd + {
|
||||
|
||||
Feature: Increase the font
|
||||
|
||||
## Ctrl/Cmd + }
|
||||
|
||||
Feature: Reduce the font
|
||||
|
||||
## Ctrl/Cmd + B
|
||||
|
||||
Feature: Bold
|
||||
|
||||
## Ctrl/Cmd + I
|
||||
|
||||
Feature: Italic
|
||||
|
||||
## Ctrl/Cmd + U
|
||||
|
||||
Feature: Underline
|
||||
|
||||
## Ctrl/Cmd + L
|
||||
|
||||
Feature: Line left
|
||||
|
||||
## Ctrl/Cmd + E
|
||||
|
||||
Feature: Line center
|
||||
|
||||
## Ctrl/Cmd + R
|
||||
|
||||
Feature: Line right
|
||||
|
||||
## Ctrl/Cmd + J
|
||||
|
||||
Feature: Both sides are aligned
|
||||
|
||||
## Ctrl + Shift + X
|
||||
|
||||
Feature: Strikethrough
|
||||
|
||||
## Ctrl/Cmd + Shift + >
|
||||
|
||||
Feature: Superscript
|
||||
|
||||
## Ctrl/Cmd + Shift + <
|
||||
|
||||
Feature: Subscript
|
||||
|
||||
## Ctrl + Alt/Option + 0
|
||||
|
||||
Feature: Main body
|
||||
|
||||
## Ctrl + Alt/Option + 1
|
||||
|
||||
Feature: Header1
|
||||
|
||||
## Ctrl + Alt/Option + 2
|
||||
|
||||
Feature: Header2
|
||||
|
||||
## Ctrl + Alt/Option + 3
|
||||
|
||||
Feature: Header3
|
||||
|
||||
## Ctrl + Alt/Option + 4
|
||||
|
||||
Feature: Header4
|
||||
|
||||
## Ctrl + Alt/Option + 5
|
||||
|
||||
Feature: Header5
|
||||
|
||||
## Ctrl + Alt/Option + 6
|
||||
|
||||
Feature: Header6
|
||||
|
||||
## Ctrl/Cmd + Shift + I
|
||||
|
||||
Feature: Unordered list
|
||||
|
||||
## Ctrl/Cmd + Shift + U
|
||||
|
||||
Feature: Ordered list
|
||||
Reference in New Issue
Block a user