Shortcuts: Update panel shortcuts modal (#106161)
This commit is contained in:
@@ -128,10 +128,26 @@ const getShortcuts = (modKey: string, t: TFunction) => {
|
||||
keys: ['v'],
|
||||
description: t('help-modal.shortcuts-description.toggle-panel-fullscreen', 'Toggle panel fullscreen view'),
|
||||
},
|
||||
{
|
||||
keys: ['p', 'u'],
|
||||
description: t('help-modal.shortcuts-description.open-share-link-drawer', 'Share panel link'),
|
||||
},
|
||||
{
|
||||
keys: ['p', 'e'],
|
||||
description: t('help-modal.shortcuts-description.open-share-embed-drawer', 'Share panel embed'),
|
||||
},
|
||||
{
|
||||
keys: ['p', 's'],
|
||||
description: t('help-modal.shortcuts-description.open-shared-modal', 'Share panel snapshot'),
|
||||
},
|
||||
{
|
||||
keys: ['p', 'x'],
|
||||
description: t('help-modal.shortcuts-description.explore-panel', 'Explore panel'),
|
||||
},
|
||||
{
|
||||
keys: ['i'],
|
||||
description: t('help-modal.shortcuts-description.inspect-panel', 'Inspect panel'),
|
||||
},
|
||||
{ keys: ['p', 'd'], description: t('help-modal.shortcuts-description.duplicate-panel', 'Duplicate Panel') },
|
||||
{ keys: ['p', 'r'], description: t('help-modal.shortcuts-description.remove-panel', 'Remove Panel') },
|
||||
{
|
||||
|
||||
@@ -5769,14 +5769,18 @@
|
||||
"duplicate-panel": "Duplicate Panel",
|
||||
"exit-edit/setting-views": "Exit edit/setting views",
|
||||
"expand-all-rows": "Expand all rows",
|
||||
"explore-panel": "Explore panel",
|
||||
"go-to-dashboards": "Go to Dashboards",
|
||||
"go-to-explore": "Go to Explore",
|
||||
"go-to-home-dashboard": "Go to Home Dashboard",
|
||||
"go-to-profile": "Go to Profile",
|
||||
"inspect-panel": "Inspect panel",
|
||||
"make-time-range-permanent": "Make time range absolute/permanent",
|
||||
"move-time-range-back": "Move time range back",
|
||||
"move-time-range-forward": "Move time range forward",
|
||||
"open-search": "Open search",
|
||||
"open-share-embed-drawer": "Share panel embed",
|
||||
"open-share-link-drawer": "Share panel link",
|
||||
"open-shared-modal": "Share panel snapshot",
|
||||
"paste-time-range": "Paste time range",
|
||||
"refresh-all-panels": "Refresh all panels",
|
||||
|
||||
Reference in New Issue
Block a user