Comment #15 on issue 24817 by [email protected]: cmd-` doesn't work when web contents has focus http://code.google.com/p/chromium/issues/detail?id=24817
My current plan here is to not only dispatch events to the main menu in tab_contents_view_mac but to call [NSApp sendEvent:] again, with a flag that makes sure we don't send the same event to the renderer again. It's probably possible to use some half-public APIs to get the correct keyboard shortcut for "cycle windows" (|CopySymbolicHotKeys()|), but re-dispatching sounds less hacky. -- 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 -~----------~----~----~----~------~----~------~--~---
