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

Readme

Keywords

Package Sidebar

Install

npm i sendkeys

Weekly Downloads

33

Version

1.1.1

License

MIT

Unpacked Size

5.01 kB

Total Files

6

Last publish

Collaborators

  • daybreak