We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I have a student who has a macbook 2015 running the latest osx version.
When he uses the keyPressed() function it works fine until he tries holding down the key for more than 5 seconds or so. Then keypressed function is blocking the rest of the processing app? It's really weird, like the keyboard is going into an escape sequence to write a special character?
Has anyone experienced this before?
Answers
DING DING DING...
https://github.com/processing/processing/issues/4952
https://github.com/processing/processing/wiki/Troubleshooting#key-repeat-on-macos-sierra
(i've just added this to the Common Problems section, please refer to that whenever anyone else asks a similar thing)
thanks!