summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2015-11-20 09:40:59 +0400
committerYousuf Philips <philipz85@hotmail.com>2015-12-07 15:44:08 +0000
commit9149dbf17329180e2c9e2fb39243c65acc07a182 (patch)
treeb2105cf48204bd9364352eb3f76c2cae51919f11 /sd
parentbd7f0b0ba3391f3049cb3f2d7b70493a05362316 (diff)
tdf#91909 Add shortcuts to slide navigation
Change-Id: If9819ec8065d0bdce9604ed74b7b0571b24580b0 Reviewed-on: https://gerrit.libreoffice.org/20070 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/sdi/sdraw.sdi8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/sdi/sdraw.sdi b/sd/sdi/sdraw.sdi
index 0624cee9aac2..05ec3a96e3a3 100644
--- a/sd/sdi/sdraw.sdi
+++ b/sd/sdi/sdraw.sdi
@@ -6906,7 +6906,7 @@ SfxVoidItem NextPage SID_GO_TO_NEXT_PAGE
Synchron;
/* config: */
- AccelConfig = TRUE,
+ AccelConfig = FALSE,
MenuConfig = TRUE,
StatusBarConfig = FALSE,
ToolBoxConfig = TRUE,
@@ -6930,7 +6930,7 @@ SfxVoidItem PreviousPage SID_GO_TO_PREVIOUS_PAGE
Synchron;
/* config: */
- AccelConfig = TRUE,
+ AccelConfig = FALSE,
MenuConfig = TRUE,
StatusBarConfig = FALSE,
ToolBoxConfig = TRUE,
@@ -6954,7 +6954,7 @@ SfxVoidItem FirstPage SID_GO_TO_FIRST_PAGE
Synchron;
/* config: */
- AccelConfig = TRUE,
+ AccelConfig = FALSE,
MenuConfig = TRUE,
StatusBarConfig = FALSE,
ToolBoxConfig = TRUE,
@@ -6978,7 +6978,7 @@ SfxVoidItem LastPage SID_GO_TO_LAST_PAGE
Synchron;
/* config: */
- AccelConfig = TRUE,
+ AccelConfig = FALSE,
MenuConfig = TRUE,
StatusBarConfig = FALSE,
ToolBoxConfig = TRUE,