google-code-export / javachromiumembedded

Automatically exported from code.google.com/p/javachromiumembedded
6 stars 2 forks source link

Translation from AWT VK_ key codes incomplete #112

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

The translation from AWT to chromium keyboard events here is incomplete:

https://code.google.com/p/javachromiumembedded/source/browse/trunk/src/native/Ce
fBrowser_N.cpp#539

For example, it's missing VK_PAGE_DOWN / UP, VK_HOME / END. Frustratingly, this 
means that these keys are useless, and I can't see a workaround from Java that 
works on all platforms.

Original issue reported on code.google.com by m...@openendedgroup.com on 26 Aug 2014 at 2:16