linXiv frontend (TS/JS)
Preparing search index...
lib/shortcuts
effectiveMatch
Function effectiveMatch
effectiveMatch
(
s
:
Shortcut
,
overrides
:
Record
<
string
,
ShortcutOverride
>
,
)
:
(
(
e
:
KeyboardEvent
)
=>
boolean
)
|
undefined
A shortcut's live match predicate: the user's override if one is set, otherwise its default.
Parameters
s
:
Shortcut
overrides
:
Record
<
string
,
ShortcutOverride
>
Returns (
(
e
:
KeyboardEvent
)
=>
boolean
)
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
linXiv frontend (TS/JS)
Loading...
A shortcut's live match predicate: the user's override if one is set, otherwise its default.