To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88582
User ekato changed the following: What |Old value |New value ================================================================================ CC|'kamataki,kengggg,maho,nma|'ekato,kamataki,kengggg,ma |ilhot,pl' |ho,nmailhot,pl' -------------------------------------------------------------------------------- ------- Additional comments from [EMAIL PROTECTED] Sat May 31 17:28:52 +0000 2008 ------- > That patch does not work better. The problem is that Cmd-Space indeed > IS a menu key equivalent, so the menu still executes it before the input > method. This is the clash I'm referring to. OK. What I wanted to note is that current code wouldn't emit (Apple's input method switching) Input Menu keyevent even the Cmd-Space conflict was resolved. > What the patch does achieve however is that the command bound hotkeys > that are not in the menu (e.g. Cmd-B for bold) don't work anymore. Aha, that was my fault. Now I understand that the hot keys with Cmd not in the menus should be handled with keyDown() in salframeview.mm. I think the solution to emit Input Menu keyevent to switch input methods is to call super when all OOo's hotkeys is not handled in noop() from interpretKeyEvents(). Attached patch should do this and seems to fix the problem when Cmd-Space conflict is removed by customize. @pl: Could you review this change? --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]