Skip to content

Commit d7bf8ed

Browse files
authored
Make images accessible in images/help/command-palette (github#34693)
1 parent 528f910 commit d7bf8ed

File tree

6 files changed

+4
-12
lines changed

6 files changed

+4
-12
lines changed
Binary file not shown.
Binary file not shown.
-28.8 KB
Loading
Binary file not shown.
Binary file not shown.

content/get-started/using-github/github-command-palette.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ You can navigate, search, and run commands on {% data variables.product.product_
1616

1717
When you open the command palette, the suggestions are optimized to give you easy access from anywhere in a repository, personal account, or organization to top-level pages like the Issues page. If the location you want isn't listed, start entering the name or number for the location to refine the suggestions.
1818

19-
![Screenshot of the repository suggestions in the command palette](/assets/images/help/command-palette/command-palette-navigation-repo-default.png)
19+
![Screenshot of the command palette. The "Issues" and "Pull requests" pages for the current repository are suggested.](/assets/images/help/command-palette/command-palette-navigation-repo-default.png)
2020

2121
### Easy access to commands
2222

2323
The ability to run commands directly from your keyboard, without navigating through a series of menus, may change the way you use {% data variables.product.prodname_dotcom %}. For example, you can switch themes with a few keystrokes, making it easy to toggle between themes as your needs change.
2424

25-
![Screenshot of how to change the theme in the command palette](/assets/images/help/command-palette/command-palette-command-change-theme.png)
25+
![Screenshot of the command palette. "switch theme to dark" is in the command palette input, and results for changing your theme are displayed.](/assets/images/help/command-palette/command-palette-command-change-theme.png)
2626

2727
## Opening the {% data variables.product.prodname_command_palette %}
2828

@@ -32,9 +32,9 @@ Open the command palette using one of the following default keyboard shortcuts:
3232

3333
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)."
3434

35-
When you open the command palette, it shows your location at the top left and uses it as the scope for suggestions (for example, the `mashed-avocado` organization).
35+
When you open the command palette, it shows your location at the top left and uses it as the scope for suggestions (for example, the `octo-org` organization).
3636

37-
![Screenshot of the command palette with the name of the mashed-avocado organization highlighted](/assets/images/help/command-palette/command-palette-launch.png)
37+
![Screenshot of the command palette. "octo-org" is highlighted with an orange outline.](/assets/images/help/command-palette/command-palette-launch.png)
3838

3939
{% note %}
4040

@@ -46,10 +46,8 @@ When you open the command palette, it shows your location at the top left and us
4646

4747
### Customizing your {% data variables.product.prodname_command_palette %} keyboard shortcuts
4848

49-
5049
The default keyboard shortcuts used to open the command palette may conflict with your default OS and browser keyboard shortcuts. You have the option to customize your keyboard shortcuts in the [Accessibility section](https://github.com/settings/accessibility) of your account settings. In the command palette settings, you can customize the keyboard shortcuts for opening the command palette in both search mode and command mode.
5150

52-
![Screenshot of the keyboard shortcut settings for the command palette](/assets/images/help/command-palette/command-palette-keyboard-shortcut-settings.png)
5351
## Navigating with the {% data variables.product.prodname_command_palette %}
5452

5553
You can use the command palette to navigate to any page that you have access to on {% data variables.product.product_name %}.
@@ -58,8 +56,6 @@ You can use the command palette to navigate to any page that you have access to
5856

5957
1. Start typing the path you want to navigate to. The suggestions in the command palette change to match your text.
6058

61-
![Screenshot of the command palette with a path entered](/assets/images/help/command-palette/command-palette-navigation-current-scope.png)
62-
6359
{% data reusables.command-palette.change-scope %}
6460

6561
You can also use keystrokes to narrow your search. For more information, see "[Keystroke functions](#keystroke-functions)."
@@ -83,8 +79,6 @@ You can use the command palette to search for anything on {% data variables.loca
8379
- <kbd>@</kbd> Search for users, organizations, and repositories
8480
- <kbd>/</kbd> Search for files within a repository scope
8581

86-
![Command palette search files](/assets/images/help/command-palette/command-palette-search-files.png)
87-
8882
1. Begin entering your search terms. The command palette will offer you a range of suggested searches based on your search scope.
8983

9084
{% tip %}
@@ -106,8 +100,6 @@ For a full list of supported commands, see "[{% data variables.product.prodname_
106100

107101
1. The default keyboard shortcuts to open the command palette in command mode are <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>K</kbd> (Windows and Linux) or <kbd>Command</kbd>+<kbd>Shift</kbd>+<kbd>K</kbd> (Mac). If you already have the command palette open, press <kbd>></kbd> to switch to command mode. {% data variables.product.prodname_dotcom %} suggests commands based on your location.
108102

109-
![Screenshot of the list of commands in the command palette](/assets/images/help/command-palette/command-palette-command-mode.png)
110-
111103
{% data reusables.command-palette.change-scope %}
112104

113105
1. If the command you want is not displayed, check your scope then start entering the command name in the text box.

0 commit comments

Comments
 (0)