Comment #4 on issue 18232 by [email protected]: [Linux] Menu key
doesn't work
http://code.google.com/p/chromium/issues/detail?id=18232
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=22910
------------------------------------------------------------------------
r22910 | [email protected] | 2009-08-10 03:05:20 -0700 (Mon, 10 Aug 2009)
| 6 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/glue/webview_impl.cc?r1=22910&r2=22909
A Chrome-side fix for Issue 18232.
This change enables the code which displays a context menu when Chrome
receives a key event for a menu key or control+F10 keys also on Linux. Even
though this change makes Chrome display a context menu when we type
control+F10 keys, it cannot make Chrome display a context menu when we type
a menu key because WebKit maps a GDK_Menu to a VKEY_MENU. To fix this
problem, we need to change WebKit to map a GDK_Menu to a VKEY_APP.
BUG=18232 "[Linux] Menu key doesn't work"
TEST=Press a menu key (or control+F10 keys), and verify a context menu is
displayed.
Review URL: http://codereview.chromium.org/164131
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---