mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
54 lines
1.3 KiB
Markdown
54 lines
1.3 KiB
Markdown
|
+++
|
||
|
title = "Keyboard Shortcuts"
|
||
|
type = "docs"
|
||
|
[menu.docs]
|
||
|
parent = "features"
|
||
|
weight = 7
|
||
|
+++
|
||
|
|
||
|
# Keyboard shortcuts
|
||
|
|
||
|
{{< docs-imagebox img="/img/docs/v4/shortcuts.png" max-width="14rem" >}}
|
||
|
|
||
|
Grafana v4 introduces a number of really powerful keyboard shortcuts. You can now focus a panel
|
||
|
by hovering over it with your mouse. With a panel focused you can simple hit `e` to toggle panel
|
||
|
edit mode, or `v` to toggle fullscreen mode. `p` `r` removes the panel. `p` `s` opens share
|
||
|
modal.
|
||
|
|
||
|
Hit `?` on your keyboard to open the shortcuts help modal.
|
||
|
|
||
|
### 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
|
||
|
|
||
|
### 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)
|
||
|
- `mod+o` Toggle shared graph crosshair
|
||
|
|
||
|
### Focused Panel
|
||
|
- `e` Toggle panel edit view
|
||
|
- `v` Toggle panel fullscreen view
|
||
|
- `p` `s` Open Panel Share Modal
|
||
|
- `p` `r` Remove Panel
|
||
|
|
||
|
### Focused Row
|
||
|
- `r` `c` Collapse Row
|
||
|
- `r` `r` Remove Row
|
||
|
|
||
|
### Time Range
|
||
|
- `t` `z` Zoom out time range
|
||
|
- `t` Move time range back
|
||
|
- `t` Move time range forward
|
||
|
|