improve keyboard shortcuts

This commit is contained in:
Hans Pagel
2020-08-13 11:03:34 +02:00
parent ffce1b40d8
commit 903d1b8c03

View File

@@ -19,7 +19,7 @@ Allows you to use the `<blockquote>` HTML tag in the editor.
| blockquote | none | Wrap content in a blockquote. | | blockquote | none | Wrap content in a blockquote. |
#### Keybindings #### Keybindings
`Ctrl->` * `Control` + `→`
#### Example #### Example
```markup ```markup
@@ -82,8 +82,8 @@ The extension will generate the corresponding `<strong>` HTML tags when reading
| bold | none | Mark text as bold. | | bold | none | Mark text as bold. |
#### Keybindings #### Keybindings
`Ctrl-b` (on Windows/Linux) * Windows & Linux: `Control` + `B`
`Cmd-b` (on macOS) * macOS: `Command` + `B`
#### Example #### Example
@@ -149,7 +149,7 @@ This extensions is intended to be used with the `ListItem` extension.
| bullet_list | none | Toggle a bullet list. | | bullet_list | none | Toggle a bullet list. |
#### Keybindings #### Keybindings
`Shift-Ctrl-8` * `Control` + `Shift` + `8`
#### Example #### Example
@@ -209,7 +209,7 @@ Allows you to use the `<code>` HTML tag in the editor.
| code | none | Mark text as code. | | code | none | Mark text as code. |
#### Keybindings #### Keybindings
`Mod-`` * `Alt` + `
#### Example #### Example
```markup ```markup
@@ -269,7 +269,8 @@ Allows you to use the `<br>` HTML tag in the editor.
*None* *None*
#### Keybindings #### Keybindings
`Mod-Enter`, `Shift-Enter` * New CodeBlock: `Shift` + `Enter` + `
* Leave CodeBlock: `Command` + `Enter`
## Heading ## Heading
Allows you to use the headline HTML tags in the editor. Allows you to use the headline HTML tags in the editor.
@@ -285,12 +286,12 @@ Allows you to use the headline HTML tags in the editor.
| heading | level | Creates a heading node. | | heading | level | Creates a heading node. |
#### Keybindings #### Keybindings
`Shift-Ctrl-1` → H1 * `Control` + `Shift` + `1` → H1
`Shift-Ctrl-2` → H2 * `Control` + `Shift` + `2` → H2
`Shift-Ctrl-3` → H3 * `Control` + `Shift` + `3` → H3
`Shift-Ctrl-4` → H4 * `Control` + `Shift` + `4` → H4
`Shift-Ctrl-5` → H5 * `Control` + `Shift` + `5` → H5
`Shift-Ctrl-6` → H6 * `Control` + `Shift` + `6` → H6
#### Example #### Example
```markup ```markup
@@ -353,8 +354,10 @@ Enables history support.
| redo | none | Redo the latest change. | | redo | none | Redo the latest change. |
#### Keybindings #### Keybindings
`Mod-z` → Undo * Windows & Linux: `Control` + `Z` → Undo
`Shift-Mod-z` → Redo * Windows & Linux: `Shift` + `Control` + `Z` → Redo
* macOS: `Command` + `Z` → Undo
* macOS: `Shift` + `Command` + `Z` → Redo
#### Example #### Example
```markup ```markup
@@ -470,8 +473,8 @@ Allows you to use the `<em>` HTML tag in the editor.
| italic | none | Mark text as italic. | | italic | none | Mark text as italic. |
#### Keybindings #### Keybindings
`Ctrl-i` (on Windows/Linux) * Windows & Linux: `Control` + `I`
`Cmd-i` (on macOS) * macOS: `Command` + `I`
#### Example #### Example
```markup ```markup
@@ -550,7 +553,7 @@ This extensions is intended to be used with the `ListItem` extension.
| ordered_list | none | Toggle an ordered list. | | ordered_list | none | Toggle an ordered list. |
#### Keybindings #### Keybindings
`Shift-Ctrl-9` * `Control` + `Shift` + `9`
#### Example #### Example
```markup ```markup
@@ -614,8 +617,8 @@ Each `<TableCell>` includes a single `<Paragraph>`.
| resizable | Boolean | false | Enables the resizing of columns | | resizable | Boolean | false | Enables the resizing of columns |
#### Keybindings #### Keybindings
`Tab` → Next Cell * `Tab` → Next Cell
`Shift-Tab` → Previous Cell * `Shift` + `Tab` + ` → Previous Cell
#### Commands #### Commands
| command | options | description | | command | options | description |
@@ -805,8 +808,8 @@ Allows you to use the `<s>` HTML tag in the editor.
| strike | none | Mark text as strikethrough. | | strike | none | Mark text as strikethrough. |
#### Keybindings #### Keybindings
`Ctrl-d` (on Windows/Linux) * Windows & Linux: `Control` + `D`
`Cmd-d` (on macOS) * macOS: `Command` + `D`
#### Example #### Example
@@ -866,8 +869,8 @@ Allows you to use the `<u>` HTML tag in the editor.
| underline | none | Mark text as underlined. | | underline | none | Mark text as underlined. |
#### Keybindings #### Keybindings
`Ctrl-u` (on Windows/Linux) * Windows & Linux: `Control` + `U`
`Cmd-u` (on macOS) * macOS: `Command` + `U`
#### Example #### Example