sendkeys

1.1.1 • Public • Published

sendkeys

npm npm npm

Emulate the keyboard over node.

No external module needed, but depends on Powershell being in the PATH.

usage

 
const sendkeys = require('sendkeys')
import sendkeys from 'sendkeys'
 
sendkeys('foobar')
  .then(() => console.log('success'))
 
sendkeys.sync('this is synchronous')

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    38
    • latest

Version History

Package Sidebar

Install

npm i sendkeys

Weekly Downloads

38

Version

1.1.1

License

MIT

Unpacked Size

5.01 kB

Total Files

6

Last publish

Collaborators

  • daybreak