Updates:
        Labels: -Type-Bug

Comment #4 on issue 9622 by [email protected]: Webkit editor swallows  
hotkeys
http://code.google.com/p/chromium/issues/detail?id=9622

Corectly, our EditorClientImpl class expects "virtual key codes" of  
Windows, which is the same one as defined in
"third_party/WebKit/WebCore/platform/chromium/KeyboardCodesWin.h".

To  
read "third_party/WebKit/WebKit/chromium/src/mac/WebInputEventFactory.mm",  
it seems its windowsKeyCodeForKeyEvent() function converts a Mac key
code to a Windows virtual key code. So, I suspect we should implement the  
same function for Linux to solve this issue totally.
Please feel free to blame me if I'm wrong.

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