I'm writing something to enable my little baby to play with the keyboard.
This means catching the keypresses and providing an appropriate sound and picture.
Slow job.
So I want to be able to disable all keypresses that I am not currently catching, so that nothing at all happens.
Particularly so that he doesn't inadvertently throw up a menu or initiate some other programme or somesuch.
I've got two lists of keys and the code I can check for - two different 'methods' - and it is still not complete. So I'd also like, if possible, a complete list of all keys and the codes I can check for so that eventually I can complete the job and provide a handler for each and every key, upper case and lower case, even Alt+key, perhaps, though it's obviously far from necessary for a baby but it is sort of 'central' to computing and keyboard usage. Same with Ctrl+key.
Any and all help much appreciated.