Shortcuts.ShortcutAction

Action to be invoked when shortcut is pressed.

Constructors

this
this(string shortcutString, void delegate() action)

Create action from shortcutString - constructor will fill shortcuts by parsing string - all shortcuts will split by space symbol.

Members

Enums

Type
enum Type

Not yet used.

Variables

action
void delegate() action;
Undocumented in source.
shortcuts
Shortcut[] shortcuts;

Composition of shortcuts e.g. Ctrl+X Ctrl+S.

Meta