To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107204
User pl changed the following:
What |Old value |New value
================================================================================
Keywords|aqua, regression |aqua
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Wed Nov 25 17:50:16 +0000
2009 -------
not a regression though; the cocoa system sends us the message
"moveToEndOfDocumentAndModifySelection", so we behave as the system expects us
to in this case - which we don't in case of "End" without shift (that sends
"scrollToEndOfDocument" which we do not support and therefore the "End" key
works like on other platforms for us, which is actually wrong on the Mac).
The right shortcut for "select to end of line" would be Cmd-Shift-Right, which
unfortunately doesn't work on SnowLeopard right now, because Apple changed the
message send for that key from
"moveToEndOfLineAndModifySelection"
to
"moveToRightEndOfLineAndModifySelection"
Sigh. So how to handle this conflict of interests ? If we do anything I'd like
to do it in 3.2.
---------------------------------------------------------------------
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]