mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 09:25:29 +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` |
|
||||
| Italicize | `Control` `I` | `Cmd` `I` |
|
||||
| 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` |
|
||||
| Code | `Control` `E` | `Cmd` `E` |
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user