Package Exports
- unicode-keymap
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (unicode-keymap) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
unicode-keymap
Mapping of key character types to Unicode PUA (Private Use Area) code points.
Overview
Implementation of the W3C WebDriver spec that provides an object that maps character types to UNICODE characters.
This module was raised to satisfy the need for any keys-based interaction or testing that needs to simulate
a sequence of keyboard events representing the keys in the keysToSend
parameter of the
sendKeys
WEBIDL method.
Installation
Install with npm:
$ npm install unicode-keymap
Usage
For node:
var keys = require('unicode-keymap');
keys.ENTER
// -> \uE007
License
MIT