Project refactor

This commit is contained in:
2022-01-07 18:46:56 +01:00
parent 9956fb4c26
commit a0c28eb749
10 changed files with 199 additions and 13 deletions

View File

@@ -0,0 +1,22 @@
namespace FileTime.App.Core.Command
{
public enum Commands
{
CloseTab,
Copy,
Cut,
GoUp,
MoveCursorDown,
MoveCursorUp,
Open,
Paste,
Select,
ToggleHidden,
CreateContainer,
CreateElement,
MoveCursorUpPage,
MoveCursorDownPage,
GoToTop,
GoToBottom,
}
}