yueying0083 / javachromiumembedded

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

Translation from AWT VK_ key codes incomplete #112

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
JCEF is transitioning from Google Code to Bitbucket project hosting. If you 
would like to continue receiving notifications on this issue please add 
yourself as a Watcher at the new location: 
https://bitbucket.org/chromiumembedded/java-cef/issue/112

Original comment by magreenb...@gmail.com on 18 Mar 2015 at 6:00