12 instantiations of KeyboardShortcut
Aspire.Dashboard (12)
Components_Dialogs_HelpDialog_razor.g.cs (12)
601
new
KeyboardShortcut
(["+"], Loc[nameof(Dialogs.HelpDialogIncreasePanelSize)]),
602
new
KeyboardShortcut
(["-"], Loc[nameof(Dialogs.HelpDialogDecreasePanelSize)]),
603
new
KeyboardShortcut
(["shift", "r"], Loc[nameof(Dialogs.HelpDialogResetPanelSize)]),
604
new
KeyboardShortcut
(["shift", "t"], Loc[nameof(Dialogs.HelpDialogTogglePanelOrientation)]),
605
new
KeyboardShortcut
(["shift", "x"], Loc[nameof(Dialogs.HelpDialogTogglePanelOpen)]),
609
new
KeyboardShortcut
(["r"], Loc[nameof(Dialogs.HelpDialogGoToResources)]),
610
new
KeyboardShortcut
(["c"], Loc[nameof(Dialogs.HelpDialogGoToConsoleLogs)]),
611
new
KeyboardShortcut
(["s"], Loc[nameof(Dialogs.HelpDialogGoToStructuredLogs)]),
612
new
KeyboardShortcut
(["t"], Loc[nameof(Dialogs.HelpDialogGoToTraces)]),
613
new
KeyboardShortcut
(["m"], Loc[nameof(Dialogs.HelpDialogGoToMetrics)]),
617
new
KeyboardShortcut
(["?"], Loc[nameof(Dialogs.HelpDialogGoToHelp)]),
618
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)
464
foreach (
var
shortcut in shortcutCategory.Shortcuts)