mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-11 11:45:15 +08:00
docs: Fix keyboard shortcut for strikethrough (#4984)
This commit is contained in:
parent
a95ba3fa6f
commit
642c113a52
@ -27,7 +27,7 @@ Most of the core extensions register their own keyboard shortcuts. Depending on
|
|||||||
| Bold | `Control` `B` | `Cmd` `B` |
|
| Bold | `Control` `B` | `Cmd` `B` |
|
||||||
| Italicize | `Control` `I` | `Cmd` `I` |
|
| Italicize | `Control` `I` | `Cmd` `I` |
|
||||||
| Underline | `Control` `U` | `Cmd` `U` |
|
| Underline | `Control` `U` | `Cmd` `U` |
|
||||||
| Strikethrough | `Control` `Shift` `X` | `Cmd` `Shift` `X` |
|
| Strikethrough | `Control` `Shift` `S` | `Cmd` `Shift` `S` |
|
||||||
| Highlight | `Control` `Shift` `H` | `Cmd` `Shift` `H` |
|
| Highlight | `Control` `Shift` `H` | `Cmd` `Shift` `H` |
|
||||||
| Code | `Control` `E` | `Cmd` `E` |
|
| Code | `Control` `E` | `Cmd` `E` |
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user