Comment #10 on issue 25249 by [email protected]: Ctrl-1 doesn't make text a heading in docs http://code.google.com/p/chromium/issues/detail?id=25249
One thing that is not trivial to do is making the keypress() events cancellable. RIght now we trigger accelerators on the keydown()'s ACK message – and doing it on the keypress() ACK doesn't work on OS X, because Cocoa can't fire menu items based on the synthetic events we create for keypress()s. One way that might work would be to keep a map from keydown() to keypress() events in the browser process and send the keydown() event back to cocoa once the keypress() ACK arrives. I suspect this will be annoying on windows and linux as well. -- 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 -~----------~----~----~----~------~----~------~--~---
