From 629e21becbf87b9eda72209a2a9a4c15fd92da2b Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sat, 6 Apr 2013 17:01:41 +0300 Subject: [PATCH] REVIEW: 109882 Update Okular documentation to the new 'Undo' and 'Redo' features --- doc/index.docbook | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/doc/index.docbook b/doc/index.docbook index 52e11c812..f3fb688cd 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -37,7 +37,7 @@ Context menu actions like Rename Bookmarks etc.) &FDLNotice; - 2013-03-02 + 2013-04-06 0.16.60 (&kde; 4.11) @@ -444,6 +444,11 @@ Add a 'Find Previous' entry or removing annotations could not be possible. + + + Any action on annotations (creation and removal of annotations, editing arbitrary annotation properties, relocating annotations with &Ctrl;+drag, and editing the text contents of an annotation) can be undone or redone using the corresponding item from the Edit menu. It is also possible to undo the action by pressing &Ctrl;Z and redo the undone action by pressing &Ctrl;&Shift;Z. + + Adding annotations @@ -862,6 +867,35 @@ Add a 'Find Previous' entry The Edit Menu + + + + + + &Ctrl;Z + Edit + Undo + + + + Undo the last annotation editing command (creation and removal of annotations, editing arbitrary annotation properties, relocating annotations with &Ctrl;+drag, and editing the text contents of an annotation). + + + + + + + &Ctrl;&Shift;Z + Edit + Redo + + + + Redo the last undo step when editing annotations. + + + +