Sicherung
This commit is contained in:
30
Kalk/Kalk.Core/KalkAction.cs
Normal file
30
Kalk/Kalk.Core/KalkAction.cs
Normal file
@@ -0,0 +1,30 @@
|
||||
namespace Kalk.Core
|
||||
{
|
||||
public enum KalkAction
|
||||
{
|
||||
Exit,
|
||||
CursorLeft,
|
||||
CursorRight,
|
||||
CursorLeftWord,
|
||||
CursorRightWord,
|
||||
CursorStartOfLine,
|
||||
CursorEndOfLine,
|
||||
HistoryPrevious,
|
||||
HistoryNext,
|
||||
DeleteCharacterLeft,
|
||||
DeleteCharacterLeftAndCopy,
|
||||
DeleteCharacterRight,
|
||||
DeleteCharacterRightAndCopy,
|
||||
DeleteWordLeft,
|
||||
DeleteWordRight,
|
||||
Completion,
|
||||
DeleteTextRightAndCopy,
|
||||
DeleteWordRightAndCopy,
|
||||
DeleteWordLeftAndCopy,
|
||||
CopySelection,
|
||||
CutSelection,
|
||||
PasteClipboard,
|
||||
ValidateLine,
|
||||
ForceValidateLine,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user