MainPageViewModel refactor, keybindings from config

This commit is contained in:
2022-02-08 17:21:20 +01:00
parent dda636fd9c
commit 70180b9f12
19 changed files with 1534 additions and 1316 deletions

View File

@@ -2,34 +2,58 @@ namespace FileTime.App.Core.Command
{
public enum Commands
{
None,
AutoRefresh,
ChangeTimelineMode,
CloseTab,
Copy,
CopyPath,
CreateContainer,
CreateElement,
Cut,
EnterRapidTravel,
GoToHome,
GoToPath,
GoToProvider,
GoToRoot,
GoUp,
Delete,
HardDelete,
Mark,
MoveCursorDown,
MoveCursorDownPage,
MoveCursorUp,
MoveCursorUpPage,
MoveToBottom,
MoveToFirst,
MoveToLast,
MoveToTop,
NextTimelineBlock,
NextTimelineCommand,
Open,
OpenInFileBrowser,
OpenOrRun,
PasteMerge,
PasteOverwrite,
PasteSkip,
Select,
ToggleHidden,
Rename,
Dummy,
PreviousTimelineBlock,
PreviousTimelineCommand,
Refresh,
Rename,
RunCommand,
ShowAllShotcut,
SoftDelete,
SwitchToLastTab,
SwitchToTab1,
SwitchToTab2,
SwitchToTab3,
SwitchToTab4,
SwitchToTab5,
SwitchToTab6,
SwitchToTab7,
SwitchToTab8,
TimelinePause,
TimelineRefresh,
TimelineStart,
ToggleAdvancedIcons,
ToggleHidden,
}
}