DescriptionDo not map virtual keycodes (VK_0 - VK_9) to characters when accelerators in the UI.
If we do that, the result is the layout-dependent. For instance, in fr-FR layout, we get 'a with grave' in place of '0' for Ctrl+0 (normal in Zoom menu). Besides, in Slovak lazout, we get 'e with accent'
This CL does not affect the actual behavior of accelerators (see issue 8043 for that), but only change the way they're displayed in the menu (even without this CL, ctrl-0 works fine in fr-FR AZERY layout and Slovak layout).
BUG=7444
TEST=Change your kbd layout to French Azery and see what key is shown next to 'Normal' in Page-Zoom menu. It should be 'Ctrl+0'.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10476
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|