Minimal
Key
constructor
alt
Key
ctrl
Key
key
keydown
keyup
meta
Key
optional
repeat
shift
Key
translated
is
Printable
match
to
Mapstr
translate
Key
Modifiers
Parser
Response
Key
Event
Like
Key
Map
Map
Target
KEYCODETRANSLATEMAP
KEYMAP_
CACHE
bracketexpr_
grammar
bracketexpr_
parser
mapstr
Modifiers
modifiers
bracketexpr
ToKey
canonicalise
Mapstr
completions
expand
Aliases
find
Shadowing
Mapstr
format
Keys
For
Mode
Indicator
has
Direction
has
Modifiers
has
Non
Shift
Modifiers
is
Digit
is
Keyup
is
Perfect
Match
key
Map
mapstr
Map
ToKey
Map
mapstr
ToKeyseq
minimal
Key
From
Keyboard
Event
minimal
Key
ToMoz
Map
moz
Map
ToMinimal
Key
numeric
Prefix
ToExstr
Suffix
parse
parse
Mapstr
prefixes
printable
Key
split
Numeric
Prefix
strip
Only
Modifiers
update
Base
Layout
command
Key2js
Key
Hierarchy
MinimalKey
Index
Constructors
constructor
Properties
alt
Key
ctrl
Key
key
keydown
keyup
meta
Key
optional
repeat
shift
Key
translated
Methods
is
Printable
match
to
Mapstr
translate
Constructors
constructor
new
Minimal
Key
(
key
:
string
, modifiers
?:
KeyModifiers
)
:
MinimalKey
Parameters
key:
string
Optional
modifiers:
KeyModifiers
Returns
MinimalKey
Properties
Readonly
alt
Key
alt
Key
:
false
= false
Readonly
ctrl
Key
ctrl
Key
:
false
= false
Readonly
key
key
:
string
Readonly
keydown
keydown
:
false
= false
Readonly
keyup
keyup
:
false
= false
Readonly
meta
Key
meta
Key
:
false
= false
Readonly
optional
optional
:
false
= false
Readonly
repeat
repeat
:
false
= false
Readonly
shift
Key
shift
Key
:
false
= false
translated
translated
:
boolean
= false
Methods
is
Printable
is
Printable
(
)
:
boolean
Returns
boolean
match
match
(
keyevent
:
MinimalKey
)
:
true
|
false
|
"skip"
Does this key match another MinimalKey
Parameters
keyevent:
MinimalKey
Returns
true
|
false
|
"skip"
to
Mapstr
to
Mapstr
(
)
:
string
Returns
string
translate
translate
(
keytranslatemap
:
{}
)
:
MinimalKey
Parameters
keytranslatemap:
{}
[
inkey:
string
]:
string
Returns
MinimalKey
Does this key match another MinimalKey