Base features
This commit is contained in:
22
src/FileTime.ConsoleUI.App/Command/Commands.cs
Normal file
22
src/FileTime.ConsoleUI.App/Command/Commands.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
namespace FileTime.ConsoleUI.App.Command
|
||||
{
|
||||
public enum Commands
|
||||
{
|
||||
ClosePane,
|
||||
Copy,
|
||||
Cut,
|
||||
GoUp,
|
||||
MoveCursorDown,
|
||||
MoveCursorUp,
|
||||
Open,
|
||||
Paste,
|
||||
Select,
|
||||
ToggleHidden,
|
||||
CreateContainer,
|
||||
CreateElement,
|
||||
MoveCursorUpPage,
|
||||
MoveCursorDownPage,
|
||||
GoToTop,
|
||||
GoToBottom,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user