Skip to content

octalmage/Keys.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please use RobotJS instead!

Keys.js

This node.js module allows you to send keystrokes. Curently supports Mac OS X, Windows support is in the works.

Example:

This code sends the space key to the active application.

var keys = require('keys');
keys.send("49"); //49 is the keycode for space. 

Stories in Ready Build Status

About

Simulate keystrokes using node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published