Search
Preparing search index...
The search index is not available
tridactyl
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"keyseq"
MinimalKey
Class MinimalKey
Hierarchy
MinimalKey
Index
Constructors
constructor
Properties
alt
Key
ctrl
Key
key
meta
Key
shift
Key
Methods
match
Constructors
constructor
new
Minimal
Key
(
key
:
string
, modifiers
?:
KeyModifiers
)
:
MinimalKey
Parameters
key:
string
Optional
modifiers:
KeyModifiers
Returns
MinimalKey
Properties
alt
Key
alt
Key
:
false
= false
ctrl
Key
ctrl
Key
:
false
= false
key
key
:
string
meta
Key
meta
Key
:
false
= false
shift
Key
shift
Key
:
false
= false
Methods
match
match
(
keyevent
:
any
)
:
boolean
Does this key match a given MinimalKey extending object?
Parameters
keyevent:
any
Returns
boolean
Globals
"keyseq"
Minimal
Key
constructor
alt
Key
ctrl
Key
key
meta
Key
shift
Key
match
Key
Event
Like
Key
Modifiers
bracketexpr
ToKey
has
Modifiers
has
Non
Shift
Modifiers
is
Simple
Key
mapstr
ToKeyseq
Generated using
TypeDoc
Does this key match a given MinimalKey extending object?