Hey . .
I have a pd patch that uses the keyup object to trigger a few sound options. I'm running it on a headless Raspberry Pi using the command "pd-extended - nogui /home/pi/seq.pd &" . The patch works fine except that the keyboard commands are no longer recognized by the keyup object in the patch. I found this to be true on OS X as well. I checked out the -h options but don't see anything obvious. Is there a way to have Pd recognize keyboard commands via the keyup object when launched from the command line? Thanks!