1.0.0 • Published 8 years ago

keyboardz v1.0.0

Weekly downloads
1
License
GPL
Repository
github
Last release
8 years ago

Keyboardz

Push and release windows keys using Edge.js and C#.

This is an Edge.js module.

Usage

var keyboardz = require('keyboardz');

keyboardz.holdKey("W");
keyboardz.releaseKey("W");

No effort is made by this module to do syncronization or timing. Thats up to your node.js usage of it. It just sends raw global keyboard events.

If you forget to clear your keys a physical keyboard press is needed to reset them.

TODO

  • Better handling of keys. Right now you have to know what they are called, "W" rather than "w" etc.
  • Fix the arrow keys, something is up with them. No idea what.