Hi, I'm trying to use cheap aliexpress usb switch that is recognized as a keyboard. Everything works on computer but when I copy my patch to iOS nothing happens. I tried keyup, key and keyname objects and neither worked.
Anybody knows how to deal with it?
regards
-
Qwerty keyboard on Mobmuplat
-
Forgot to document this, will do so....
[key]/[keyup] don't work with libpd-based apps (since they go through the Tcl/Tk layer on the desktop app, I believe).
Instead, MobMuPlat has a workaround:
[receive fromSystem]
|
[list trim]
|
[route /key]Note that this may or may not cover non-ASCII-range key values successfully...let me know.