From 2f3ecbdee31bf36a947e981ca72fd8e167a16fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Fern=C3=A1ndez?= Date: Fri, 24 Feb 2023 10:21:33 +0100 Subject: [PATCH] Docs: Command Palette documentation (#63217) --- docs/sources/search/_index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/sources/search/_index.md b/docs/sources/search/_index.md index 36e04caf1d3..73c79c31b6f 100644 --- a/docs/sources/search/_index.md +++ b/docs/sources/search/_index.md @@ -83,3 +83,18 @@ To filter dashboard search result by a tag, complete one of the following steps: All tags will be shown, and when you select a tag, the dashboard search will be instantly filtered. > **Note:** When using only a keyboard, press the `tab` key and navigate to the **Filter by tag** drop-down menu, press the down arrow key `▼` to activate the menu and locate a tag, and press `Enter` to select the tag. + +## Command palette + +The command palette enables you to: + +- Search for and open dashboards and folders +- Create dashboards and alert rules +- Locate pages within Grafana +- Change the theme to dark or light + +![Command Palette screenshot](/media/docs/grafana/CommandPalette_doc_1.png) + +To open the command palette, press `cmd+K` in macOS or `ctrl+k` in Linux/Windows. You can also click on the input located in the navigation bar. + +> **Note:** To go to the previous step, press `backspace` with the command palette input empty.