Git commit 8b0ca2a8c6886bc2712b4dc03040bd647d3cbc6e by Yuri Chornoivan. Committed on 10/03/2013 at 21:35. Pushed by yurchor into branch 'master'.
Add some documentation about back-forward navigation (courtesy of Dominik Haumann) M +22 -0 doc/index.docbook http://commits.kde.org/okular/8b0ca2a8c6886bc2712b4dc03040bd647d3cbc6e diff --git a/doc/index.docbook b/doc/index.docbook index 0740fe2..1b7c71c 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -225,6 +225,28 @@ Add a 'Find Previous' entry </menuchoice> in the menubar. </para> </listitem> + <listitem> + <para> + You can go back to the positions in the document where you came from in a chronological order. + Consider ⪚ reading the phrase <quote>As shown in [15], ?</quote>, and you want + to know quickly lookup reference [15]. So you click on it, and &okular; will jump to the list + of references. Using <keycombo>&Alt;&Shift;<keysym>Left</keysym></keycombo> or + <menuchoice> + <guimenu>Go</guimenu> + <guimenuitem>Back</guimenuitem> + </menuchoice> in the menubar will bring you back to exactly the position where you came from. + </para> + </listitem> + <listitem> + <para> + You can go forward in the document after the jumping back as described above using + <keycombo>&Alt;&Shift;<keysym>Right</keysym></keycombo> or + <menuchoice> + <guimenu>Go</guimenu> + <guimenuitem>Forward</guimenuitem> + </menuchoice> in the menubar. + </para> + </listitem> </itemizedlist> </sect1> <sect1 id="presentationMode">
