summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2002-10-02 13:36:11 +0000
committerBjörn Milcke <bm@openoffice.org>2002-10-02 13:36:11 +0000
commit22c7fe85c57882db76e2c6b4ef2a1061bee87217 (patch)
tree378dea7b4d01df27c6eb8c93021621b0351057cc /svx/inc
parenta8bb3d5e0d0350fd709a0fb08bcbc64a48364b09 (diff)
#73417# new shortcut F9 for starting slide-show
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/globlac.hrc9
1 files changed, 6 insertions, 3 deletions
diff --git a/svx/inc/globlac.hrc b/svx/inc/globlac.hrc
index 72427bdbdd0d..7caa3ef7b3df 100644
--- a/svx/inc/globlac.hrc
+++ b/svx/inc/globlac.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: globlac.hrc,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: os $ $Date: 2002-09-13 12:43:52 $
+ * last change: $Author: bm $ $Date: 2002-10-02 14:36:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,10 @@
#define AI_HELPINDEX ACC_CODE( SID_HELPINDEX, KEY_F1, FALSE, TRUE, FALSE )
#define AI_ATTR_CHAR ACC_CODE( SID_ATTR_CHAR, KEY_F2, FALSE, FALSE, FALSE )
-#define AI_PRESENTATION ACC_CODE( SID_PRESENTATION, KEY_F2, FALSE, TRUE, FALSE )
+// new shortcut F9 for starting slide-show (see #73417#)
+#define AI_PRESENTATION ACC_CODE( SID_PRESENTATION, KEY_F9, FALSE, FALSE, FALSE )
+// formerly used shortcut Ctrl-F2. Still used (in sd) for compatibility
+#define AI_PRESENTATION_COMPAT ACC_CODE( SID_PRESENTATION, KEY_F2, FALSE, TRUE, FALSE )
#define AI_ENTER_GROUP ACC_CODE( SID_ENTER_GROUP, KEY_F3, FALSE, FALSE, FALSE )
#define AI_COPYOBJECTS ACC_CODE( SID_COPYOBJECTS, KEY_F3, TRUE, FALSE, FALSE )
#define AI_LEAVE_GROUP ACC_CODE( SID_LEAVE_GROUP, KEY_F3, FALSE, TRUE, FALSE )