diff --git a/docs/src/docPages/api/extensions/blockquote.md b/docs/src/docPages/api/extensions/blockquote.md
index 78a4fccd..d27f0bae 100644
--- a/docs/src/docPages/api/extensions/blockquote.md
+++ b/docs/src/docPages/api/extensions/blockquote.md
@@ -23,8 +23,8 @@ yarn add @tiptap/extension-blockquote
| blockquote | — | Wrap content in a blockquote. |
## Keyboard shortcuts
-* Windows & Linux: `Control` + `Shift` + `9`
-* macOS: `Command` + `Shift` + `9`
+* Windows & Linux: `Control ` `Shift ` `9`
+* macOS: `Command ` `Shift ` `9`
## Source code
[packages/extension-blockquote/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-blockquote/)
diff --git a/docs/src/docPages/api/extensions/bold.md b/docs/src/docPages/api/extensions/bold.md
index b96160f7..6c89bfeb 100644
--- a/docs/src/docPages/api/extensions/bold.md
+++ b/docs/src/docPages/api/extensions/bold.md
@@ -27,11 +27,11 @@ yarn add @tiptap/extension-bold
| bold | — | Mark text bold. |
## Keyboard shortcuts
-* Windows & Linux: `Control` + `B`
-* macOS: `Command` + `B`
+* Windows & Linux: `Control ` `B`
+* macOS: `Command ` `B`
## Source code
[packages/extension-bold/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-bold/)
## Usage
-
\ No newline at end of file
+
diff --git a/docs/src/docPages/api/extensions/bullet-list.md b/docs/src/docPages/api/extensions/bullet-list.md
index 0306a6fa..da0acc0e 100644
--- a/docs/src/docPages/api/extensions/bullet-list.md
+++ b/docs/src/docPages/api/extensions/bullet-list.md
@@ -27,7 +27,7 @@ yarn add @tiptap/extension-bullet-list @tiptap/extension-list-item
| bullet_list | — | Toggle a bullet list. |
## Keyboard shortcuts
-* `Control` + `Shift` + `8`
+* `Control ` `Shift ` `8`
## Source code
[packages/extension-bullet-list/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-bullet-list/)
diff --git a/docs/src/docPages/api/extensions/code-block.md b/docs/src/docPages/api/extensions/code-block.md
index 99509882..27a71c76 100644
--- a/docs/src/docPages/api/extensions/code-block.md
+++ b/docs/src/docPages/api/extensions/code-block.md
@@ -27,7 +27,7 @@ yarn add @tiptap/extension-code-block
| codeBlock | — | Wrap content in a code block. |
## Keyboard shortcuts
-* `Shift` + `Control` + `\`
+* `Shift ` `Control ` `\`
## Source code
[packages/extension-code-block/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-code-block/)
diff --git a/docs/src/docPages/api/extensions/code.md b/docs/src/docPages/api/extensions/code.md
index 5a908fe8..76244487 100644
--- a/docs/src/docPages/api/extensions/code.md
+++ b/docs/src/docPages/api/extensions/code.md
@@ -23,10 +23,10 @@ yarn add @tiptap/extension-code
| code | — | Mark text as inline code. |
## Keyboard shortcuts
-* `Alt` + `
+* `Alt ` `
## Source code
[packages/extension-code/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-code/)
## Usage
-
\ No newline at end of file
+
diff --git a/docs/src/docPages/api/extensions/hard-break.md b/docs/src/docPages/api/extensions/hard-break.md
index 9853559b..6029b856 100644
--- a/docs/src/docPages/api/extensions/hard-break.md
+++ b/docs/src/docPages/api/extensions/hard-break.md
@@ -19,9 +19,9 @@ yarn add @tiptap/extension-hard-break
| hardBreak | — | Add a line break. |
## Keyboard shortcuts
-* `Shift` + `Enter`
-* Windows & Linux: `Control` + `Enter`
-* macOS: `Command` + `Enter`
+* `Shift ` `Enter`
+* Windows & Linux: `Control ` `Enter`
+* macOS: `Command ` `Enter`
## Source code
[packages/extension-hard-break/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-hard-break/)
diff --git a/docs/src/docPages/api/extensions/heading.md b/docs/src/docPages/api/extensions/heading.md
index 4f1081b2..41b11c15 100644
--- a/docs/src/docPages/api/extensions/heading.md
+++ b/docs/src/docPages/api/extensions/heading.md
@@ -24,12 +24,12 @@ yarn add @tiptap/extension-heading
| heading | level | Creates a heading node. |
## Keyboard shortcuts
-* `Control` + `Shift` + `1` → H1
-* `Control` + `Shift` + `2` → H2
-* `Control` + `Shift` + `3` → H3
-* `Control` + `Shift` + `4` → H4
-* `Control` + `Shift` + `5` → H5
-* `Control` + `Shift` + `6` → H6
+* `Control ` `Shift ` `1` → H1
+* `Control ` `Shift ` `2` → H2
+* `Control ` `Shift ` `3` → H3
+* `Control ` `Shift ` `4` → H4
+* `Control ` `Shift ` `5` → H5
+* `Control ` `Shift ` `6` → H6
## Source code
[packages/extension-heading/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-heading/)
diff --git a/docs/src/docPages/api/extensions/history.md b/docs/src/docPages/api/extensions/history.md
index f4f87774..1c115525 100644
--- a/docs/src/docPages/api/extensions/history.md
+++ b/docs/src/docPages/api/extensions/history.md
@@ -23,15 +23,15 @@ yarn add @tiptap/extension-history
## Keyboard shortcuts
### Undo
-* Windows & Linux: `Control` + `Z`
-* macOS: `Command` + `Z`
+* Windows & Linux: `Control ` `Z`
+* macOS: `Command ` `Z`
### Redo
-* Windows & Linux: `Shift` + `Control` + `Z`
-* macOS: `Shift` + `Command` + `Z`
+* Windows & Linux: `Shift ` `Control ` `Z`
+* macOS: `Shift ` `Command ` `Z`
## Source code
[packages/extension-history/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-history/)
## Usage
-
\ No newline at end of file
+
diff --git a/docs/src/docPages/api/extensions/italic.md b/docs/src/docPages/api/extensions/italic.md
index 238fcb39..7e120e1b 100644
--- a/docs/src/docPages/api/extensions/italic.md
+++ b/docs/src/docPages/api/extensions/italic.md
@@ -27,8 +27,8 @@ yarn add @tiptap/extension-italic
| italic | — | Mark text italic. |
## Keyboard shortcuts
-* Windows & Linux: `Control` + `I`
-* macOS: `Command` + `I`
+* Windows & Linux: `Control ` `I`
+* macOS: `Command ` `I`
## Source code
[packages/extension-italic/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-italic/)
diff --git a/docs/src/docPages/api/extensions/link.md b/docs/src/docPages/api/extensions/link.md
index b89605a9..0349aa76 100644
--- a/docs/src/docPages/api/extensions/link.md
+++ b/docs/src/docPages/api/extensions/link.md
@@ -22,11 +22,11 @@ yarn add @tiptap/extension-link
| link | — | Link the selected text. |
## Keyboard shortcuts
-* Windows & Linux: `Control` + `K`
-* macOS: `Command` + `K`
+* Windows & Linux: `Control ` `K`
+* macOS: `Command ` `K`
## Source code
[packages/extension-link/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-link/)
## Usage
-
\ No newline at end of file
+
diff --git a/docs/src/docPages/api/extensions/list-item.md b/docs/src/docPages/api/extensions/list-item.md
index 05ef5d8c..99bf7cf6 100644
--- a/docs/src/docPages/api/extensions/list-item.md
+++ b/docs/src/docPages/api/extensions/list-item.md
@@ -25,10 +25,10 @@ yarn add @tiptap/extension-list-item
## Keyboard shortcuts
* New list item: `Enter`
* Sink a list item: `Tab`
-* Lift a list item: `Shift` + `Tab`
+* Lift a list item: `Shift ` `Tab`
## Source code
[packages/extension-list-item/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-list-item/)
## Usage
-
\ No newline at end of file
+
diff --git a/docs/src/docPages/api/extensions/ordered-list.md b/docs/src/docPages/api/extensions/ordered-list.md
index e7bf787f..f2a124c8 100644
--- a/docs/src/docPages/api/extensions/ordered-list.md
+++ b/docs/src/docPages/api/extensions/ordered-list.md
@@ -27,7 +27,7 @@ yarn add @tiptap/extension-ordered-list @tiptap/extension-list-item
| ordered_list | — | Toggle a ordered list. |
## Keyboard shortcuts
-* `Control` + `Shift` + `9`
+* `Control ` `Shift ` `9`
## Source code
[packages/extension-ordered-list/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-ordered-list/)
diff --git a/docs/src/docPages/api/extensions/strike.md b/docs/src/docPages/api/extensions/strike.md
index 7c321d72..04477ed3 100644
--- a/docs/src/docPages/api/extensions/strike.md
+++ b/docs/src/docPages/api/extensions/strike.md
@@ -27,8 +27,8 @@ yarn add @tiptap/extension-strike
| strike | — | Mark text as strikethrough. |
## Keyboard shortcuts
-* Windows & Linux: `Control` + `D`
-* macOS: `Command` + `D`
+* Windows & Linux: `Control ` `D`
+* macOS: `Command ` `D`
## Source code
[packages/extension-strike/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-strike/)
diff --git a/docs/src/docPages/api/extensions/underline.md b/docs/src/docPages/api/extensions/underline.md
index 1b6f2f68..9e06a9ad 100644
--- a/docs/src/docPages/api/extensions/underline.md
+++ b/docs/src/docPages/api/extensions/underline.md
@@ -27,11 +27,11 @@ yarn add @tiptap/extension-underline
| underline | — | Mark text as underlined. |
## Keyboard shortcuts
-* Windows & Linux: `Control` + `U`
-* macOS: `Command` + `U`
+* Windows & Linux: `Control ` `U`
+* macOS: `Command ` `U`
## Source code
[packages/extension-underline/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-underline/)
## Usage
-
\ No newline at end of file
+
diff --git a/docs/src/docPages/api/keyboard-shortcuts.md b/docs/src/docPages/api/keyboard-shortcuts.md
index 28c0200f..b2d1be75 100644
--- a/docs/src/docPages/api/keyboard-shortcuts.md
+++ b/docs/src/docPages/api/keyboard-shortcuts.md
@@ -33,8 +33,8 @@ new Editor({
## Predefined keyboard shortcuts
### Essentials
-| Action | Windows/Linux | macOS |
-| ------------------------ | --------------------- | --------------------- |
+| Action | Windows/Linux | macOS |
+| ------------------------ | --------------------- | ----------------- |
| Copy | `Control` `C` | `Cmd` `C` |
| Cut | `Control` `X` | `Cmd` `X` |
| Paste | `Control` `V` | `Cmd` `V` |
@@ -42,59 +42,59 @@ new Editor({
| Undo | `Control` `Z` | `Cmd` `Z` |
| Redo | `Control` `Shift` `Z` | `Cmd` `Shift` `Z` |
| Insert or edit link | `Control` `K` | `Cmd` `K` |
-| Open link | `Alt` `Enter` | `Alt` `Enter` |
+| Open link | `Alt` `Enter` | `Alt` `Enter` |
| Find | `Control` `F` | `Cmd` `F` |
| Find and replace | `Control` `H` | `Cmd` `Shift` `H` |
| Find again | `Control` `G` | `Cmd` `G` |
| Find previous | `Control` `Shift` `G` | `Cmd` `Shift` `G` |
| Repeat last action | `Control` `Y` | `Cmd` `Y` |
-| Add a line break | `Shift` `Enter` | `Shift` `Enter` |
+| Add a line break | `Shift` `Enter` | `Shift` `Enter` |
### Text Formatting
-| Action | Windows/Linux | macOS |
-| --------------------- | --------------------------------------------- | ---------------------- |
-| Bold | `Control` `B` | `Cmd` `B` |
-| Italicize | `Control` `I` | `Cmd` `I` |
-| Underline | `Control` `U` | `Cmd` `U` |
-| Strikethrough | `Alt` `Shift` `5` | `Cmd` `Shift` `X` |
-| Superscript | `Control` `.` | `Cmd` `.` |
-| Subscript | `Control` `,` | `Cmd` `,` |
-| Copy text formatting | `Control` `Alt` `C` | `Cmd` `Alt` `C` |
-| Paste text formatting | `Control` `Alt` `V` | `Cmd` `Alt` `V` |
-| Clear text formatting | `Control` \
`Control` `Space` | `Cmd` `\` |
-| Increase font size | `Control` `Shift` `>` | `Cmd` `Shift` `>` |
-| Decrease font size | `Control` `Shift` `<` | `Cmd` `Shift` `<` |
+| Action | Windows/Linux | macOS |
+| --------------------- | --------------------------------------------- | ----------------- |
+| Bold | `Control` `B` | `Cmd` `B` |
+| Italicize | `Control` `I` | `Cmd` `I` |
+| Underline | `Control` `U` | `Cmd` `U` |
+| Strikethrough | `Alt` `Shift` `5` | `Cmd` `Shift` `X` |
+| Superscript | `Control` `.` | `Cmd` `.` |
+| Subscript | `Control` `,` | `Cmd` `,` |
+| Copy text formatting | `Control` `Alt` `C` | `Cmd` `Alt` `C` |
+| Paste text formatting | `Control` `Alt` `V` | `Cmd` `Alt` `V` |
+| Clear text formatting | `Control` \
`Control` `Space` | `Cmd` `\` |
+| Increase font size | `Control` `Shift` `>` | `Cmd` `Shift` `>` |
+| Decrease font size | `Control` `Shift` `<` | `Cmd` `Shift` `<` |
### Paragraph Formatting
-| Action | Windows/Linux | macOS |
-| ------------------------------ | ---------------------- | ---------------------- |
-| Increase paragraph indentation | `Control` `]` | `Cmd` `]` |
-| Decrease paragraph indentation | `Control` `[` | `Cmd` `[` |
-| Apply normal text style | `Control` `Alt` `0` | `Cmd` `Alt` `0` |
-| Apply heading style 1 | `Control` `Alt` `1` | `Cmd` `Alt` `1` |
-| Apply heading style 2 | `Control` `Alt` `2` | `Cmd` `Alt` `2` |
-| Apply heading style 3 | `Control` `Alt` `3` | `Cmd` `Alt` `3` |
-| Apply heading style 4 | `Control` `Alt` `4` | `Cmd` `Alt` `4` |
-| Apply heading style 5 | `Control` `Alt` `5` | `Cmd` `Alt` `5` |
-| Apply heading style 6 | `Control` `Alt` `6` | `Cmd` `Alt` `6` |
-| Left align | `Control` `Shift` `L` | `Cmd` `Shift` `L` |
-| Center align | `Control` `Shift` `E` | `Cmd` `Shift` `E` |
-| Right align | `Control` `Shift` `R` | `Cmd` `Shift` `R` |
-| Justify | `Control` `Shift` `J` | `Cmd` `Shift` `J` |
-| Numbered list | `Control` `Shift` `7` | `Cmd` `Shift` `7` |
-| Bulleted list | `Control` `Shift` `8` | `Cmd` `Shift` `8` |
-| Move paragraph up | `Control` `Shift` `↑` | `Control` `Shift` `↑` |
-| Move paragraph down | `Control` `Shift` `↓` | `Control` `Shift` `↓` |
+| Action | Windows/Linux | macOS |
+| ------------------------------ | --------------------- | --------------------- |
+| Increase paragraph indentation | `Control` `]` | `Cmd` `]` |
+| Decrease paragraph indentation | `Control` `[` | `Cmd` `[` |
+| Apply normal text style | `Control` `Alt` `0` | `Cmd` `Alt` `0` |
+| Apply heading style 1 | `Control` `Alt` `1` | `Cmd` `Alt` `1` |
+| Apply heading style 2 | `Control` `Alt` `2` | `Cmd` `Alt` `2` |
+| Apply heading style 3 | `Control` `Alt` `3` | `Cmd` `Alt` `3` |
+| Apply heading style 4 | `Control` `Alt` `4` | `Cmd` `Alt` `4` |
+| Apply heading style 5 | `Control` `Alt` `5` | `Cmd` `Alt` `5` |
+| Apply heading style 6 | `Control` `Alt` `6` | `Cmd` `Alt` `6` |
+| Left align | `Control` `Shift` `L` | `Cmd` `Shift` `L` |
+| Center align | `Control` `Shift` `E` | `Cmd` `Shift` `E` |
+| Right align | `Control` `Shift` `R` | `Cmd` `Shift` `R` |
+| Justify | `Control` `Shift` `J` | `Cmd` `Shift` `J` |
+| Numbered list | `Control` `Shift` `7` | `Cmd` `Shift` `7` |
+| Bulleted list | `Control` `Shift` `8` | `Cmd` `Shift` `8` |
+| Move paragraph up | `Control` `Shift` `↑` | `Control` `Shift` `↑` |
+| Move paragraph down | `Control` `Shift` `↓` | `Control` `Shift` `↓` |
### Text Selection
-| Action | Windows/Linux | macOS |
-| ------------------------------------------------- | --------------------- | --------------------- |
+| Action | Windows/Linux | macOS |
+| ------------------------------------------------- | --------------------- | ----------------- |
| Select all | `Control` `A` | `Cmd` `A` |
-| Extend selection one character to left | `Shift` `←` | `Shift` `←` |
-| Extend selection one character to right | `Shift` `→` | `Shift` `→` |
-| Extend selection one line up | `Shift` `↑` | `Shift` `↑` |
-| Extend selection one line down | `Shift` `↓` | `Shift` `↓` |
-| Extend selection one paragraph up | `Alt` `Shift` `↑` | `Alt` `Shift` `↑` |
-| Extend selection one paragraph down | `Alt` `Shift` `↓` | `Alt` `Shift` `↓` |
+| Extend selection one character to left | `Shift` `←` | `Shift` `←` |
+| Extend selection one character to right | `Shift` `→` | `Shift` `→` |
+| Extend selection one line up | `Shift` `↑` | `Shift` `↑` |
+| Extend selection one line down | `Shift` `↓` | `Shift` `↓` |
+| Extend selection one paragraph up | `Alt` `Shift` `↑` | `Alt` `Shift` `↑` |
+| Extend selection one paragraph down | `Alt` `Shift` `↓` | `Alt` `Shift` `↓` |
| Extend selection to the beginning of the document | `Control` `Shift` `↑` | `Cmd` `Shift` `↑` |
| Extend selection to the end of the document | `Control` `Shift` `↓` | `Cmd` `Shift` `↓` |