johnsusek / node-sendkeys-js

vb sendkeys emulation for win & mac nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-sendkeys-js

  • VB SendKeys emulation for Node.js
  • Supported: win/mac/linux(xdotool)

how to use

const sendkeys = require('sendkeys-js')

// for mac or linux
sendkeys.send('f5')

// for win
sendkeys.send('{f5}')

api

sendKeys(keys)

send keys like VB SendKeys

send(keys, metaKeys)

send raw key data with metaKeys(Array).

activate(title)

activate title's window.

About

vb sendkeys emulation for win & mac nodejs

License:MIT License


Languages

Language:JavaScript 100.0%