Hi
These 3 annoy me frequently using Processing on Windows (W10 today). I’m thinking of logging them as issues, but want to see what anyone else thinks first.
Keypress doesn’t work until Clicked
When the sketch is running the keyPressed function doesn’t work until after the Window is clicked. The Window colours show it has the focus, and the focus has gone off the IDE, so by convention it should be catching the key presses. There’s no visible indication that it’s not fully running and ready. I often hit the keys harder a few times before remembering to click. (On RPi keyPresses are active without click.)
Escape-Close
When the sketch is running, the escape key closes it, but not always. For me escape is the easiest, quickest way to close, but it doesn’t always work. The next method I use is alt-space-close. That’s working today but I have an idea that it doesn’t always work. (On the RPi escape seems to work every time.)
Close - Save changes ignores Y and N
When you close the IDE it may prompt you to save changes - with Yes and No buttons. The Y and N are underlined, indicating that it accepts Y or N (or y or n) but it doesn’t. (This one is the same on RPi.)
Richard