12 instantiations of KeyboardShortcut
Aspire.Dashboard (12)
Components_Dialogs_HelpDialog_razor.g.cs (12)
565
new
KeyboardShortcut
(["+"], Loc[nameof(Dialogs.HelpDialogIncreasePanelSize)]),
566
new
KeyboardShortcut
(["-"], Loc[nameof(Dialogs.HelpDialogDecreasePanelSize)]),
567
new
KeyboardShortcut
(["shift", "r"], Loc[nameof(Dialogs.HelpDialogResetPanelSize)]),
568
new
KeyboardShortcut
(["shift", "t"], Loc[nameof(Dialogs.HelpDialogTogglePanelOrientation)]),
569
new
KeyboardShortcut
(["shift", "x"], Loc[nameof(Dialogs.HelpDialogTogglePanelOpen)]),
573
new
KeyboardShortcut
(["r"], Loc[nameof(Dialogs.HelpDialogGoToResources)]),
574
new
KeyboardShortcut
(["c"], Loc[nameof(Dialogs.HelpDialogGoToConsoleLogs)]),
575
new
KeyboardShortcut
(["s"], Loc[nameof(Dialogs.HelpDialogGoToStructuredLogs)]),
576
new
KeyboardShortcut
(["t"], Loc[nameof(Dialogs.HelpDialogGoToTraces)]),
577
new
KeyboardShortcut
(["m"], Loc[nameof(Dialogs.HelpDialogGoToMetrics)]),
581
new
KeyboardShortcut
(["?"], Loc[nameof(Dialogs.HelpDialogGoToHelp)]),
582
new
KeyboardShortcut
(["shift", "s"], Loc[nameof(Dialogs.HelpDialogGoToSettings)])
2 references to KeyboardShortcut
Aspire.Dashboard (2)
Components\Dialogs\KeyboardShortcut.cs (1)
6
public record KeyboardShortcutCategory(string Category, List<
KeyboardShortcut
> Shortcuts);
Components_Dialogs_HelpDialog_razor.g.cs (1)
428
foreach (
var
shortcut in shortcutCategory.Shortcuts)