Graphora API
Preparing search index...
@graphora/interactions
matchKeyboardShortcut
Function matchKeyboardShortcut
matchKeyboardShortcut
(
input
:
KeyboardInput
,
shortcuts
:
readonly
KeyboardShortcut
[]
,
options
?:
KeyboardMatchOptions
,
)
:
KeyboardShortcut
|
null
Exact key/modifier matching. First match wins; no DOM access or side effects.
Parameters
input
:
KeyboardInput
shortcuts
:
readonly
KeyboardShortcut
[]
options
:
KeyboardMatchOptions
= {}
Returns
KeyboardShortcut
|
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Graphora API
Loading...
Exact key/modifier matching. First match wins; no DOM access or side effects.