Struct Accelerator
Keyboard accelerator (key + modifiers)
struct Accelerator;
Fields
| Name | Type | Description |
|---|---|---|
keyCode
|
uint | Key code, usually one of KeyCode enum items |
keyFlags
|
uint | Key flags bit set, usually one of KeyFlag enum items |
Properties
| Name | Type | Description |
|---|---|---|
label[get]
|
dstring | Returns accelerator text description |
toString[get]
|
string | Serializes accelerator text description |
Methods
| Name | Description |
|---|---|
parse
(s)
|
parse accelerator from string |