Comment #28 on issue 15090 by [email protected]: While ⌘ (command) key held down, letter keys don't generate key events http://code.google.com/p/chromium/issues/detail?id=15090
Thanks. I just read it and so good that it looks rather simple. However, this approach is different than what I proposed: to override NSApplication's sendEvent: method and dispatch key events to RWHV directly, then feed unhandled key events back into NSApp's original sendEvent: method in TCV. This approach can avoid feeding a key event into NSApp's sendEvent: twice, which looks weird. Disclaimer: I'm not sure if my proposal is feasible, which is just an idea in my mind. Hope it help. -- 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 -~----------~----~----~----~------~----~------~--~---
