diff --git a/content/get-started/using-github/keyboard-shortcuts.md b/content/get-started/using-github/keyboard-shortcuts.md
index 5a410badd409..a50778d99c8e 100644
--- a/content/get-started/using-github/keyboard-shortcuts.md
+++ b/content/get-started/using-github/keyboard-shortcuts.md
@@ -47,17 +47,20 @@ Below is a list of some of the available keyboard shortcuts.
|.| Opens a repository or pull request in the web-based editor. For more information, see "[Web-based editor](/codespaces/developing-in-codespaces/web-based-editor)."{% endif %}
| control b or command b | Inserts Markdown formatting for bolding text
| control i or command i | Inserts Markdown formatting for italicizing text
-| control k or command k | Inserts Markdown formatting for creating a link
+| control k or command k | Inserts Markdown formatting for creating a link{% ifversion fpt or ghec or ghae-next or ghes > 3.3 %}
+| control shift 7 or command shift 7 | Inserts Markdown formatting for an ordered list
+| control shift 8 or command shift 8 | Inserts Markdown formatting for an unordered list
+| control shift . or command shift. | Inserts Markdown formatting for a quote{% endif %}
|e | Open source code file in the **Edit file** tab
|control f or command f | Start searching in file editor
|control g or command g | Find next
-|shift control g or shift command g | Find previous
-|shift control f or command option f | Replace
-|shift control r or shift command option f | Replace all
+|control shift g or command shift g | Find previous
+|control shift f or command option f | Replace
+|control shift r or command shift option f | Replace all
|alt g | Jump to line
|control z or command z | Undo
|control y or command y | Redo
-|cmd + shift + p | Toggles between the **Edit file** and **Preview changes** tabs
+|command shift p | Toggles between the **Edit file** and **Preview changes** tabs
|control s or command s | Write a commit message
For more keyboard shortcuts, see the [CodeMirror documentation](https://codemirror.net/doc/manual.html#commands).