docs: Fix keyboard shortcut for strikethrough (#4984)

This commit is contained in:
cmayoracurzio 2024-06-07 16:41:53 +02:00 committed by GitHub
parent a95ba3fa6f
commit 642c113a52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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` |