From f6aefbd361bfd2e2b85d63bc657d4cb6a7127e89 Mon Sep 17 00:00:00 2001 From: Patrick O'Carroll Date: Thu, 21 Sep 2017 16:18:24 +0200 Subject: [PATCH] deleted old shortcuts instruction --- docs/sources/reference/keyboard_shortcuts.md | 57 -------------------- 1 file changed, 57 deletions(-) delete mode 100644 docs/sources/reference/keyboard_shortcuts.md diff --git a/docs/sources/reference/keyboard_shortcuts.md b/docs/sources/reference/keyboard_shortcuts.md deleted file mode 100644 index 5efe37387d1..00000000000 --- a/docs/sources/reference/keyboard_shortcuts.md +++ /dev/null @@ -1,57 +0,0 @@ -+++ -title = "Keyboard shortcuts" -keywords = ["grafana", "dashboard", "documentation", "shortcuts"] -type = "docs" -[menu.docs] -parent = "dashboard_features" -weight = 8 -+++ - -# Keyboard Shortcuts - -No mouse? No problem. Grafana has extensive keyboard shortcuts to allow you to navigate throughout the interface. This comes in especially handy when dealing with dealing with single-purpose machines powering on-wall displays that may not have a mouse available. - -## Dashboard Keyboard Shortcuts - -Press `Shift`+`?` to open the keyboard shortcut dialog from anywhere within the dashboard views. - -{{< docs-imagebox class="docs-image--no-shadow" img="/img/docs/v45/keyboard-shortcuts-still.png" - animated-gif="/img/docs/v45/keyboard-shortcuts.gif" >}} - - -|Shortcut|Action| -|---|---| -|Global| -|`g` `h`|Go to Home Dashboard| -|`g` `p`|Go to Profile| -|`s` `o`|Open search| -|`s` `s`|Open search with starred filter| -|`s` `t`|Open search in tags view| -|`Esc`|Exit edit/setting views| -|Focused Panel| -|`e`|Toggle panel edit view| -|`v`|Toggle panel fullscreen view| -|`p` `s`|Open Panel Share Modal| -|`p` `r`|Remove Panel| -|Dashboard| -|`mod+s`|Save dashboard| -|`mod+h`|Hide row controls| -|`d` `r`|Refresh all panels| -|`d` `s`|Dashboard settings| -|`d` `v`|Toggle in-active / view mode| -|`d` `k`|Toggle kiosk mode (hides top nav)| -|`d` `E`|Expand all rows| -|`d` `C`|Collapse all rows| -|`mod+o`|Toggle shared graph crosshair| -|Focused Row| -|`r` `c`|Collapse Row| -|`r` `r`|Remove Row| -|Time Range| -|`t` `z`|Zoom out time range| -|`t` `left arrow`|Move time range back| -|`t` `right arrow`|Move time range forward| - - -**Note**: Grafana keyboard shortcuts are the same across operating system. - -Have a suggestion for a new keyboard shortcut? Let us know.