I am rewriting Lemon Launcher (http://lemonlauncher.sourceforge.net/) using juce. It is a project I gave up on about 3 years ago. It is a front end for mame when it is running in an arcade machine, no keyboard, just joysticks and buttons hooked up throught the keyboard interface.
I’ve encountered a problem, I need to be able to detect key presses of keys like ctrl, shift, alt, etc, but Component::keyPressed() doesn’t get called for these keys. Is there another way to do it?