To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54714
Issue #:|54714
Summary:|delete/backspace in slide sorter ...
Component:|Drawing
Version:|680m125
Platform:|All
URL:|
OS/Version:|All
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|PATCH
Priority:|P3
Subcomponent:|ui
Assigned to:|wg
Reported by:|mmeeks
------- Additional comments from [EMAIL PROTECTED] Fri Sep 16 13:37:56 -0700
2005 -------
So these should be a synonym, people expect that :-)
--- sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
+++ sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
@@ -481,6 +484,7 @@ BOOL SelectionFunction::KeyInput (const
break;
case KEY_DELETE:
+ case KEY_BACKSPACE:
{
int nSelectedPagesCount = 0;
int nPageCount = mrController.GetModel().GetPageCount();
---------------------------------------------------------------------
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]