New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

keyboardz

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keyboardz

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

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 25 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc