Re: Newt, wrong keycode for # key?
Posted by
Xerxes Rånby on
Dec 02, 2014; 10:02pm
URL: https://forum.jogamp.org/Newt-wrong-keycode-for-key-tp4033690p4033697.html
This page is a good resource how scan codes map and differs by comparing
U.S. 101-key keyboard, the international 102-key keyboard, the Japanese 106-key keyboard and USB keyboard scancodes.
http://www.quadibloc.com/comp/scan.htmInside JogAmp NEWT we try to abstract the complexity of the currently in use legacy scancode standards by mapping all scancode variants to unicode UTF-16 and we hope that in the future a new keyboard standard will emerge where keyboards will send unicode UTF-16 scancodes directly.