mirror of
https://github.com/electron/electron.git
synced 2026-01-14 09:58:04 -05:00
7 lines
292 B
Markdown
7 lines
292 B
Markdown
# InputEvent Object
|
|
|
|
* `modifiers` string[] (optional) - An array of modifiers of the event, can
|
|
be `shift`, `control`, `ctrl`, `alt`, `meta`, `command`, `cmd`, `isKeypad`,
|
|
`isAutoRepeat`, `leftButtonDown`, `middleButtonDown`, `rightButtonDown`,
|
|
`capsLock`, `numLock`, `left`, `right`.
|