Bug 175545

Summary: no shortcut for drawing mode or erase
Product: [Applications] okular Reporter: Jacob Hinkle <jacob.hinkle>
Component: generalAssignee: Okular developers <okular-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 0.7.2   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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