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