True if the alt was pressed along with execute key/click
True if the ctrl was pressed along with execute key/click
True if the meta was pressed along with execute key/click
A bit field containing the state of all four modifier keys
| Bit | Modifier |
|---|---|
| 1 | ctrlKey |
| 2 | altKey |
| 4 | shiftKey |
| 8 | metaKey |
True if the shift was pressed along with execute key/click
Generated using TypeDoc
This data structure represents the state of modifier keys at a specific point in time.