Comment #12 on issue 15090 by [email protected]: While ⌘ key held down, letter keys don't generate key events http://code.google.com/p/chromium/issues/detail?id=15090
In event processing, the event gets shipped off to the editor's handleKeyboardEvent, which figures out that it's a paste and pastes. That's the code path that the Windows version takes, but we don't want to take it. We want to ignore it, re-propagate it up the event tree, and let the menu handle it. In WebKit, handleKeyboardEvent calls into the same type of code. I'm not yet sure why it's not doing this too. -- 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 -~----------~----~----~----~------~----~------~--~---
