KeyboardInputEvent オブジェクト extends InputEvent
type
string - イベントのタイプ。rawKeyDown
、keyDown
、keyUp
、char
になります。keyCode
string - キーボードイベントとして送信される文字。 Should only use the valid key codes in Accelerator.
@electron
packages on npm will require Node.js 22 LTS. Read more on our blog.InputEvent
type
string - イベントのタイプ。rawKeyDown
、keyDown
、keyUp
、char
になります。keyCode
string - キーボードイベントとして送信される文字。 Should only use the valid key codes in Accelerator.