Bug 175545 - no shortcut for drawing mode or erase
Summary: no shortcut for drawing mode or erase
Status: RESOLVED FIXED
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: 0.7.2
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-19 03:48 UTC by Jacob Hinkle
Modified: 2008-11-29 14:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Hinkle 2008-11-19 03:48:12 UTC
Version:           0.7.2 (using KDE 4.1.2)
OS:                Linux
Installed from:    Ubuntu Packages

Drawing mode is great during presentations, but it would be really smooth if I could set a keyboard shortcut to erase drawings (or better yet C-z or C-/ undo shortcut) and also one to enter drawing mode without using the hidden menu bar. Also, it may be useful to have an option to remain in drawing mode persistently so that closing and opening okular and then going to presentation mode means you're ready to draw on the slides without doing anything else.
Comment 1 Pino Toscano 2008-11-29 14:50:39 UTC
SVN commit 890504 by pino:

Pass the action collection directly in the ctor of the presentation widget, so we can use its actions there too.

As result, move the creation of the drawing actions in the main kpart and just plug them, so their shortcut can be configured.
BUG: 175545


 M  +10 -3     part.cpp  
 M  +11 -6     ui/presentationwidget.cpp  
 M  +3 -4      ui/presentationwidget.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=890504