Login  Register

Re: Newt, wrong keycode for # key?

Posted by Cygnus on Dec 02, 2014; 4:17pm
URL: https://forum.jogamp.org/Newt-wrong-keycode-for-key-tp4033690p4033693.html

Thank you for the explanation, the keyCode behaviour makes more sense now.
I'm not completely clued up on keyboard layouts so didn't want to jump to calling it a bug. We work with UK/ISO keyboards which I probably should have mentioned. The US/ANSI layout explains why most haven't had an issue (besides that fact it's usually an awkwardly located key on a UK keyboard anyway).
It sounds like the keySymbol would be a better choice for us to use for key bindings when the application is running in Newt.