12 instantiations of KeyboardShortcut
Aspire.Dashboard (12)
Components_Dialogs_HelpDialog_razor.g.cs (12)
571
new
KeyboardShortcut
(["+"], Loc[nameof(Dialogs.HelpDialogIncreasePanelSize)]),
572
new
KeyboardShortcut
(["-"], Loc[nameof(Dialogs.HelpDialogDecreasePanelSize)]),
573
new
KeyboardShortcut
(["shift", "r"], Loc[nameof(Dialogs.HelpDialogResetPanelSize)]),
574
new
KeyboardShortcut
(["shift", "t"], Loc[nameof(Dialogs.HelpDialogTogglePanelOrientation)]),
575
new
KeyboardShortcut
(["shift", "x"], Loc[nameof(Dialogs.HelpDialogTogglePanelOpen)]),
579
new
KeyboardShortcut
(["r"], Loc[nameof(Dialogs.HelpDialogGoToResources)]),
580
new
KeyboardShortcut
(["c"], Loc[nameof(Dialogs.HelpDialogGoToConsoleLogs)]),
581
new
KeyboardShortcut
(["s"], Loc[nameof(Dialogs.HelpDialogGoToStructuredLogs)]),
582
new
KeyboardShortcut
(["t"], Loc[nameof(Dialogs.HelpDialogGoToTraces)]),
583
new
KeyboardShortcut
(["m"], Loc[nameof(Dialogs.HelpDialogGoToMetrics)]),
587
new
KeyboardShortcut
(["?"], Loc[nameof(Dialogs.HelpDialogGoToHelp)]),
588
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)
434
foreach (
var
shortcut in shortcutCategory.Shortcuts)