1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Added docs about how to close the command palette (#22461)

This commit is contained in:
Ben Emdon
2021-11-01 15:37:57 -04:00
committed by GitHub
parent 1b0ac266ef
commit 9f3b5b77f6

View File

@@ -106,7 +106,14 @@ For a full list of supported commands, see "[{% data variables.product.prodname_
3. If the command you want is not displayed, check your scope then start entering the command name in the text box.
4. Use the arrow keys to highlight the command you want and use <kbd>Enter</kbd> to run it.
4. Use the arrow keys to highlight the command you want and use <kbd>Enter</kbd> to run it.
## Closing the command palette
When the command palette is active, you can use one of the following keyboard shortcuts to close the command palette:
- Search and navigation mode: <kbd>esc</kbd> or <kbd>Ctrl</kbd><kbd>k</kbd> (Windows and Linux) <kbd>⌘</kbd><kbd>k</kbd> (Mac)
- Command mode: <kbd>esc</kbd> or <kbd>Ctrl</kbd><kbd>Shift</kbd><kbd>k</kbd> (Windows and Linux) <kbd>⌘</kbd><kbd>Shift</kbd><kbd>k</kbd> (Mac)
## {% data variables.product.prodname_command_palette %} reference