Chromium Code Reviews
DescriptionA 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.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22910
Patch Set 1 #
Total comments: 1
Patch Set 2 : '' #Messages
Total messages: 5 (0 generated)
|