Hi! MAC user here (and osc protocol beginner)
- I've installed osc-keyboard from github.com and created a button widget to tell node-key-sender to press "alt+tab".
This is how the button is configured (inspector screenshot)
Problem
- When pressing the button (in O-S-C), the server console says:
(DEBUG, OSC) Out: { address: '/keys alt tab', args: [] } To: 192.168.43.2:5555
(ERROR, UDP) send EHOSTDOWN 192.168.43.2:5555
- ... while the custom-module box in the O-S-C configuration form looks like this:
/Users/alin/Desktop/osc-keyboard-master/index.js
What am I missing? Thank you.