To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89502
                 Issue #|89502
                 Summary|Input menu keybinding not working
               Component|gsl
                 Version|DEV300m12
                Platform|Macintosh
                     URL|
              OS/Version|Mac OS X
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|pl
             Reported by|ekato





------- Additional comments from [EMAIL PROTECTED] Thu May 15 10:39:01 +0000 
2008 -------
Since issue #88200 and others have changed the key event handling in
vclnsapp.mm, input menu key bindings like "Cmd-Space" to switch input methods
doesn't work with DEV300m12.

Even I don't really follow the recent changes in key event handling, I wonder
whether calling performKeyEquivalent or keyDown, and then return in sendEvent()
really needed.  Even if I changed the code like following diff, it seems the
menu key bindings like Cmd-A working.  I think the input menu key bindings are
really crucial...


RCS file: /cvs/gsl/vcl/aqua/source/app/vclnsapp.mm,v
retrieving revision 1.3.34.4
diff -u -r1.3.34.4 vclnsapp.mm
--- vclnsapp.mm 29 Apr 2008 18:14:34 -0000      1.3.34.4
+++ vclnsapp.mm 15 May 2008 10:28:25 -0000
@@ -91,6 +91,7 @@
                 return;
             }

+#if 0
             // see whether the main menu consumes this event
             // if not, we want to dispatch it ourselves. Unless we do this 
"trick"
             // the main menu just beeps for an unknown or disabled key 
equivalent
@@ -103,6 +104,7 @@
             // or we have dispatched the event
             // so no need to dispatch further
             return;
+#endif
         }
     }
     else if( eType == NSScrollWheel )

---------------------------------------------------------------------
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]

Reply via email to