MCPcopy
hub / github.com/jamiebuilds/tinykeys / KeybindingOptions

Interface KeybindingOptions

src/tinykeys.ts:66–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 * Options to configure the behavior of keybindings.
65 */
66export interface KeybindingOptions extends KeybindingHandlerOptions {
67 /**
68 * Key presses will listen to this event (default: "keydown").
69 */
70 event?: "keydown" | "keyup"
71
72 /**
73 * Key presses will use a capture listener (default: false)
74 */
75 capture?: boolean
76}
77
78/**
79 * These are the modifier keys that change the meaning of keybindings.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…