- VB SendKeys emulation for Node.js
- Supported: win/mac/linux(xdotool)
const sendkeys = require('sendkeys-js')
// for mac or linux
sendkeys.send('f5')
// for win
sendkeys.send('{f5}')
send keys like VB SendKeys
send raw key data with metaKeys(Array).
activate title's window.