Hi all, I don't know if this can actually be done, and I would rather know now
than when I have finished and the app doesn't work 100% perfectly...
I have an application that needs to be run from CD and be full screen and be
able to respond to EVERY key press possible!
I need to be able to capture every button on the keyboard (except perhaps the
power button and other "special ones" like I dunno if you can capture the print
screen button, I haven't been able to so far...) - whatever it needs to
perform such that any key press will produce a response (or do nothing
"obvious" with the app, as with the special keys), so I was mucking around with
some simple flash code and a base movie (attaching a listener.keyDown()) and it
all works fine EXCEPT for the following...
Neither ALT does nothing (well presumably it opens the menu as per normal
windows operation) (would like a key press please but not too bad if I can't
get it...)
F10 does nothing (presumably as above...?) (want a key press please?!?!)
ESC jumps out of full screen mode (don't want this to happen and would like a
keypress...)
Print Scn does nothing (well the cursor dissapears for a second - taking a
screen shot I assume - this I could live with)
Windows button does register as a key press (91 and/or 92) but opens the
"START" menu, I would preferr to be able to disable this but can live with it
if its too "naughty" to kill this "expected behaviour"...
can you SET Keys.getCode() = 0 to cancel a keypress?
By the way this was all done on a PC but I need it to behave the same (or as
close as possible) on the Mac...?