Accelerator

Keyboard accelerator (key + modifiers)

Members

Functions

parse
bool parse(string s)

parse accelerator from string

Properties

label
dstring label [@property getter]

Returns accelerator text description

toString
string toString [@property getter]

Serializes accelerator text description

Variables

keyCode
uint keyCode;

Key code, usually one of KeyCode enum items

keyFlags
uint keyFlags;

Key flags bit set, usually one of KeyFlag enum items

Meta