Shortcut

Undocumented in source.

Constructors

this
this(string shortcut)

Parsing shortcut from string - all keys will split by '+' symbol.

Members

Functions

readKey
void readKey(string key)

Fill Shortcut fields from string.

Variables

alt
bool alt;
Undocumented in source.
ctrl
bool ctrl;
Undocumented in source.
key
KeyCode key;
Undocumented in source.
shift
bool shift;
Undocumented in source.

Meta