Skip to content

BookmarkCliKeyboardEvent

This content is for v1.2.0. Switch to the latest version for up-to-date documentation.

Defined in: presentation/cli/bookmark-cli-keyboard.ts:19

Bookmark CLI keyboard eventの最小shape。

readonly ctrlKey: boolean

Defined in: presentation/cli/bookmark-cli-keyboard.ts:21

Control keyが押されているか。


readonly key: string

Defined in: presentation/cli/bookmark-cli-keyboard.ts:23

押されたkey名。


readonly shiftKey: boolean

Defined in: presentation/cli/bookmark-cli-keyboard.ts:25

Shift keyが押されているか。

Last updated: