diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-10 01:02:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-10 01:02:50 +0000 |
commit | c66249b79aa9bfa0924494adcd5345b5b1244b0c (patch) | |
tree | 19a77c57cc41d8b522554fbde0c36d6f20d7dc7b /doc/mouse.docbook | |
download | gwenview-c66249b79aa9bfa0924494adcd5345b5b1244b0c.tar.gz gwenview-c66249b79aa9bfa0924494adcd5345b5b1244b0c.zip |
Added old abandoned KDE3 version of gwenview
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gwenview@1088034 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/mouse.docbook')
-rw-r--r-- | doc/mouse.docbook | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/doc/mouse.docbook b/doc/mouse.docbook new file mode 100644 index 0000000..b1f6d62 --- /dev/null +++ b/doc/mouse.docbook @@ -0,0 +1,41 @@ +<sect1 id='mouse'><title>Using the mouse</title> + +<sect2 id='mouse_panning'><title>Panning with the mouse</title> +<itemizedlist> + <listitem><para>Holding down the left mouse button on an image allows you to + scroll the image.</para></listitem> + <listitem><para>The mouse wheel will scroll the image up and + down.</para></listitem> +</itemizedlist> +</sect2> + + +<sect2 id='mouse_zooming'><title>Zooming with the mouse</title> +<itemizedlist> + <listitem><para>Clicking the middle mouse button will toggle the auto zoom + on/off.</para></listitem> + <listitem><para>Hold down the Control key, then either use the mouse wheel to + zoom in and out or left click to zoom in and right click to zoom + out.</para></listitem> + + <listitem><para>The mouse wheel, used while holding down the Alt key, will + scroll the image horizontally.</para></listitem> +</itemizedlist> +</sect2> + + +<sect2 id='mouse_browsing'><title>Browsing with the mouse</title> +<itemizedlist> + <listitem><para>Double-clicking on an image toggles Browse + mode.</para></listitem> + <listitem><para>By default, the mouse wheel will scroll the image up and down. But, + this can be configured to browse the images in the current directory + instead.</para></listitem> + <listitem><para>Hold down the left mouse button over an image, then click the right + button to go to the next image.</para> + <para>Hold down the right button, then click the + left button to load the previous image.</para></listitem> +</itemizedlist> +</sect2> +</sect1> +<!-- vim: set ft=xml: --> |