electron/docs/api/structures/keyboard-input-event.md
trop[bot] 280f643862
docs: add Menu module tutorials (#47761)
* docs: add `Menu` module tutorials

* link API docs to new tutorials

* removed unreferenced fiddles

* add wording for new types

* fix import sort errors

* delete accelerator.md

* fixes

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Erick Zhao <ezhao@slack-corp.com>
2025-07-16 12:20:08 -07:00

320 B

KeyboardInputEvent Object extends InputEvent

  • type string - The type of the event, can be rawKeyDown, keyDown, keyUp or char.
  • keyCode string - The character that will be sent as the keyboard event. Should only use valid Accelerator key codes.