INNER CODE UNIT · JavaScript
onKeyPress
ob-f/OpenBot · controller/node-js/client/index.js:29
const onKeyPress = (key) => {
// Send keypress to server
connection.send(JSON.stringify({ KEYPRESS: key }))
}
keyboard.start(onKeyPress, onQuit)
})()