DayBr3ak / node-sendkeys

Keyboard emulation over nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Keyboard emulation over nodejs


Languages

Language:JavaScript 100.0%