Skip to content

JavaScript representations of pressable keys that aren't text. These are stored in the Unicode PUA (Private Use Area) code points, 0xE000-0xF8FF.

Notifications You must be signed in to change notification settings

Munter/pressable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

JavaScript representations of pressable keys that aren't text. These are stored in the Unicode PUA (Private Use Area) code points, 0xE000-0xF8FF.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published