1.1.1 • Published 6 years ago

sendkeys v1.1.1

Weekly downloads
42
License
MIT
Repository
github
Last release
6 years ago

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

6 years ago

1.1.0

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago