Git commit 49e702d9dc8552d4174541a85717567a19c12665 by Yuri Chornoivan. Committed on 13/03/2019 at 09:58. Pushed by yurchor into branch 'master'.
Update docs for the new presentation options for tapping M +18 -1 doc/index.docbook https://commits.kde.org/okular/49e702d9dc8552d4174541a85717567a19c12665 diff --git a/doc/index.docbook b/doc/index.docbook index 995514f77..9cc236da3 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -34,7 +34,7 @@ Context menu actions like Rename Bookmarks etc.) <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> <legalnotice>&FDLNotice;</legalnotice> - <date>2019-02-14</date> + <date>2019-03-13</date> <releaseinfo>1.7 (Applications 19.04)</releaseinfo> <!-- Abstract about this handbook --> <abstract> @@ -2279,6 +2279,23 @@ Context menu actions like Rename Bookmarks etc.) <para>When navigating on presentation mode and going past the last page the first page will appear.</para> </listitem> </varlistentry> + <varlistentry> + <term><guilabel>Touch navigation</guilabel></term> + <listitem> + <para>Allows you to fine-tune touchscreen navigation with tapping in the presentation using the following three possible values:</para> + <itemizedlist> + <listitem> + <para><guilabel>Tap left/right side to go back/forward</guilabel>: Tapping on the left (right) half of the screen makes the presentation go to the previous (next) slide.</para> + </listitem> + <listitem> + <para><guilabel>Tap anywhere to go forward</guilabel> (default): Tapping on the screen makes the presentation go to the next slide, no matter where the screen is being tapped.</para> + </listitem> + <listitem> + <para><guilabel>Disabled</guilabel>: Screen tapping does not do anything.</para> + </listitem> + </itemizedlist> + </listitem> + </varlistentry> <varlistentry> <term><guilabel>Background color</guilabel></term> <listitem>
