mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 12:14:08 -06:00
Add command palette to keyboard shortcuts help modal (#49186)
This commit is contained in:
parent
646dcfccf9
commit
e5864f76b0
@ -11,6 +11,7 @@ const shortcuts = {
|
||||
{ keys: ['s', 'o'], description: 'Open search' },
|
||||
{ keys: ['esc'], description: 'Exit edit/setting views' },
|
||||
{ keys: ['h'], description: 'Show all keyboard shortcuts' },
|
||||
{ keys: ['mod+k'], description: 'Open command palette' },
|
||||
],
|
||||
Dashboard: [
|
||||
{ keys: ['mod+s'], description: 'Save dashboard' },
|
||||
|
Loading…
Reference in New Issue
Block a user