diff --git a/content/get-started/using-github/github-command-palette.md b/content/get-started/using-github/github-command-palette.md
index c34ba5f52c36..981978e9eab0 100644
--- a/content/get-started/using-github/github-command-palette.md
+++ b/content/get-started/using-github/github-command-palette.md
@@ -28,7 +28,7 @@ The ability to run commands directly from your keyboard, without navigating thro
Open the command palette using one of the following default keyboard shortcuts:
- Windows and Linux: Ctrl+K or Ctrl+Alt+K
-- Mac: Command+K or Command+Option+K
+- Mac: ⌘+K or ⌘+Option+K
You can customize the keyboard shortcuts you use to open the command palette in the [Accessibility section](https://github.com/settings/accessibility) of your user settings. For more information, see "[Customizing your {% data variables.product.prodname_command_palette %} keyboard shortcuts](#customizing-your-github-command-palette-keyboard-shortcuts)."
@@ -39,7 +39,7 @@ When you open the command palette, it shows your location at the top left and us
{% note %}
**Notes:**
-- If you are editing Markdown text, open the command palette with Ctrl+Alt+K (Windows and Linux) or Command+Option+K (Mac).{% ifversion projects-v2 %}
+- If you are editing Markdown text, open the command palette with Ctrl+Alt+K (Windows and Linux) or ⌘+Option+K (Mac).{% ifversion projects-v2 %}
- If you are working on a {% data variables.projects.project_v2 %}, a project-specific command palette is displayed instead. For more information, see "[Customizing a view](/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/customizing-a-view)."{% endif %}
{% endnote %}
@@ -66,7 +66,7 @@ You can use the command palette to navigate to any page that you have access to
4. Finish entering the path, or use the arrow keys to highlight the path you want from the list of suggestions.
-5. Use Enter to jump to your chosen location. Alternatively, use Ctrl+Enter (Windows and Linux) or Command+Enter (Mac) to open the location in a new browser tab.
+5. Use Enter to jump to your chosen location. Alternatively, use Ctrl+Enter (Windows and Linux) or ⌘+Enter (Mac) to open the location in a new browser tab.
## Searching with the {% data variables.product.prodname_command_palette %}
@@ -93,7 +93,7 @@ You can use the command palette to search for anything on {% data variables.prod
{% endtip %}
-5. Use the arrow keys to highlight the search result you want and use Enter to jump to your chosen location. Alternatively, use Ctrl+Enter (Windows and Linux) or Command+Enter (Mac) to open the location in a new browser tab.
+5. Use the arrow keys to highlight the search result you want and use Enter to jump to your chosen location. Alternatively, use Ctrl+Enter (Windows and Linux) or ⌘+Enter (Mac) to open the location in a new browser tab.
## Running commands from the {% data variables.product.prodname_command_palette %}
@@ -104,7 +104,7 @@ You can use the {% data variables.product.prodname_command_palette %} to run com
For a full list of supported commands, see "[{% data variables.product.prodname_command_palette %} reference](#github-command-palette-reference)."
-1. The default keyboard shortcuts to open the command palette in command mode are Ctrl+Shift+K (Windows and Linux) or Command+Shift+K (Mac). If you already have the command palette open, press > to switch to command mode. {% data variables.product.prodname_dotcom %} suggests commands based on your location.
+1. The default keyboard shortcuts to open the command palette in command mode are Ctrl+Shift+K (Windows and Linux) or ⌘+Shift+K (Mac). If you already have the command palette open, press > to switch to command mode. {% data variables.product.prodname_dotcom %} suggests commands based on your location.

@@ -119,8 +119,8 @@ For a full list of supported commands, see "[{% data variables.product.prodname_
When the command palette is active, you can use one of the following keyboard shortcuts to close the command palette:
-- Search and navigation mode: Esc or Ctrl+K (Windows and Linux) Command+K (Mac)
-- Command mode: Esc or Ctrl+Shift+K (Windows and Linux) Command+Shift+K (Mac)
+- Search and navigation mode: Esc or Ctrl+K (Windows and Linux) ⌘+K (Mac)
+- Command mode: Esc or Ctrl+Shift+K (Windows and Linux) ⌘+Shift+K (Mac)
If you have customized the command palette keyboard shortcuts in the Accessibility settings, your customized keyboard shortcuts will be used for both opening and closing the command palette.
@@ -137,9 +137,9 @@ These keystrokes are available when the command palette is in navigation and sea
|@| Search for users, organizations, and repositories. For more information, see "[Searching with the {% data variables.product.prodname_command_palette %}](#searching-with-the-github-command-palette)."|
|/| Search for files within a repository scope or repositories within an organization scope. For more information, see "[Searching with the {% data variables.product.prodname_command_palette %}](#searching-with-the-github-command-palette)." |
|!| Search just for projects. For more information, see "[Searching with the {% data variables.product.prodname_command_palette %}](#searching-with-the-github-command-palette)."|
-|Ctrl+C or Command+C| Copy the search or navigation URL for the highlighted result to the clipboard.|
+|Ctrl+C or ⌘+C| Copy the search or navigation URL for the highlighted result to the clipboard.|
|Enter| Jump to the highlighted result or run the highlighted command.|
-|Ctrl+Enter or Command+Enter| Open the highlighted search or navigation result in a new brower tab.|
+|Ctrl+Enter or ⌘+Enter| Open the highlighted search or navigation result in a new brower tab.|
|?| Display help within the command palette.|
### Global commands