pressable

0.1.0 • Public • Published

JavaScript pressable keys represented as Unicode

These are useful for sending key pressed to frameworks that expect strings, for example the Webdriver or Dalek sendKeys method.

Usage

var keys = require('pressable');
 
test.sendKeys('Exterminate' + keys.enter);

/pressable/

    Package Sidebar

    Install

    npm i pressable

    Weekly Downloads

    5

    Version

    0.1.0

    License

    ISC

    Last publish

    Collaborators

    • munter