Status: Untriaged
Owner: [email protected]
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 7444 by [email protected]: [french] wrong shortcut
http://code.google.com/p/chromium/issues/detail?id=7444

annec on July 30 2008 02:42:
Notes
Steps to reproduce:
1. Click on the Page icon
2. Click on Zoom texte
3. Check the shortcuts in the sub-menu

Actual results:
à was assigned as a shortcut to "Normal". Accented characters are not
appropriate as shortcuts.
=============================================
annec on July 30 2008 12:50:
It must be happening because I am using an AZERTY keyboard instead of a
QUERTY, like most people in France. The à is in place of the 0.
Can this please be changed? In FF, for example, the shorcut displays
correctly: Ctrl+0.
=============================================
cpu on August 05 2008 16:39 (Assigned)
I can repro if I use the AZERTY layout.

I just did a quick debug under the debugger, the code is working fine. The
code lands in a windows call:

wchar_t key =  MapVirtualKeyW(key_code_, MAPVK_VK_TO_CHAR)

The input (key_code_) is 0x30 which is the scan code for '0' and the output
is 'à'

So it is windows who thinks this mapping is valid.

I am tempted to close the bug as invalid except that Firefox gets it right,
I need to find out if they hardcode it or they are doing something smart.

In any case seems that it is a low impact bug.

================================================
annec on August 08 2008 02:46
FIY: found a similar issue under Page icon>Developers



Attachments:
        fr_Screenshot_3.PNG  27.7 KB

--
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to