Summary: | No keyboard hotkey for next page in presentation mode | ||
---|---|---|---|
Product: | [Applications] kpdf | Reporter: | Romain Beauxis <toots> |
Component: | general | Assignee: | Albert Astals Cid <aacid> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bluedzins |
Priority: | NOR | ||
Version: | 0.5.5 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Romain Beauxis
2006-12-06 15:32:37 UTC
> I think a simple solution would be to let page next/previous page hotkeys
> defined in normal mode apply in presentation mode.
That's not "a simple solution", but "the right solution" ;-)
It is already done (in 50%, see: https://bugs.kde.org/show_bug.cgi?id=149336 ). *** Bug 149336 has been marked as a duplicate of this bug. *** Since it is awkward duplicate I paste the whole report. Summary: alternate keyboard shortcuts are not handled in presentation mode. Description: Let's say F1 and F2 (alternate) are next page. In normal mode both work, in presentation mode only F1. PS. Now it is a bug report, not a wish, so if somebody could please change the status. Thanks in advance. Sigh... your problem is a plain consequence of this report: until there's no way to make the presentation mode use the shortcuts defined for the "main" application, alternate shortcuts won't work either. When they work, primary and alternate shortcuts will work flawlessy. ? The default shortcuts (page down/up) work in both modes, the primary shortcuts also work in both modes. So both wishes are fullfilled: those shortcuts work and they are configurable (in 50%). So I would rather say it is FIXED or WORKSFORME. And I pointed it out before posting my report. The only buggy thing is that _alternate_ shortcut does not work in presentation mode. Thus --> bug. It seems that you did not understand the problem :) Try assigning two custom shortcuts to the "Prev/Next page" actions, and see that they won't work in presentation mode. This because the presentation mode has ome shortcuts HARDCODED, with NO way to be configured. So, the wishes you think are fullfilled, really they are not, and this bug is confirmed. Thanks Pino, after time I forgot which shortcut is mine and which is not, so I though the primary one works perfectly well. Thank you for the explanation. SVN commit 712996 by pino: Properly pass the standard accelerators to the presentation mode, and make the presentation mode able to handle those. BUG: 138451 M +6 -0 part.cpp M +11 -0 ui/presentationwidget.cpp M +5 -0 ui/presentationwidget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=712996 |