Move common things to AppCore from GuiApp
This commit is contained in:
58
src/AppCommon/FileTime.App.Core.Abstraction/Models/Keys.cs
Normal file
58
src/AppCommon/FileTime.App.Core.Abstraction/Models/Keys.cs
Normal file
@@ -0,0 +1,58 @@
|
||||
namespace FileTime.App.Core.Models;
|
||||
|
||||
public enum Keys
|
||||
{
|
||||
A,
|
||||
B,
|
||||
C,
|
||||
D,
|
||||
E,
|
||||
F,
|
||||
G,
|
||||
H,
|
||||
I,
|
||||
J,
|
||||
K,
|
||||
L,
|
||||
M,
|
||||
N,
|
||||
O,
|
||||
P,
|
||||
Q,
|
||||
R,
|
||||
S,
|
||||
T,
|
||||
U,
|
||||
V,
|
||||
W,
|
||||
X,
|
||||
Y,
|
||||
Z,
|
||||
F1,
|
||||
F2,
|
||||
F3,
|
||||
F4,
|
||||
F5,
|
||||
F6,
|
||||
F7,
|
||||
F8,
|
||||
F9,
|
||||
F10,
|
||||
F11,
|
||||
F12,
|
||||
Up,
|
||||
Down,
|
||||
Left,
|
||||
Right,
|
||||
Enter,
|
||||
Escape,
|
||||
Back,
|
||||
Space,
|
||||
PageUp,
|
||||
PageDown,
|
||||
Comma,
|
||||
Question,
|
||||
Tab,
|
||||
LWin,
|
||||
RWin,
|
||||
}
|
||||
Reference in New Issue
Block a user