Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 644 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 644 Bytes

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