Explore: Keyboard shortcut to go to explore (#61837)

This commit is contained in:
Torkel Ödegaard
2023-01-20 13:54:58 +01:00
committed by GitHub
parent a960b55a99
commit ce879ac8e1
2 changed files with 6 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ import { Modal, useStyles2 } from '@grafana/ui';
const shortcuts = {
Global: [
{ keys: ['g', 'h'], description: 'Go to Home Dashboard' },
{ keys: ['g', 'e'], description: 'Go to Explore' },
{ keys: ['g', 'p'], description: 'Go to Profile' },
{ keys: ['s', 'o'], description: 'Open search' },
{ keys: ['esc'], description: 'Exit edit/setting views' },