Shortcuts: Update panel shortcuts modal (#106161)

This commit is contained in:
Ezequiel Victorero
2025-05-28 12:39:41 -03:00
committed by GitHub
parent c5def67722
commit 64f321e430
2 changed files with 20 additions and 0 deletions
@@ -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') },
{
+4
View File
@@ -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",