Variables
Const BACKSPACE
BACKSPACE: string
Const CURSOR_BACK
CURSOR_BACK: string
Const CURSOR_DOWN
CURSOR_DOWN: string
Const CURSOR_FORWARD
CURSOR_FORWARD: string
Const CURSOR_UP
CURSOR_UP: string
Const RETURN
RETURN: string
Functions
getSequenceFor
getSequenceFor( key: Key ) : string
Parameters
Returns string
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Return the correct unicode sequence representing given key and control combination. Supports [a-zA-Z0-9] as input characters with any combination of ctrl - meta - shift modifiers. Usage example:
key({ name: 'a', meta: true, shift: true })