diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-23 21:15:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-23 21:15:44 +0900 |
commit | 2f5a9e8ee0c89e93d43f97f97744313ff9e8236a (patch) | |
tree | 8b35c2137c66c34009e682cdb240e7427ad38ba1 /doc/en/mouse.docbook | |
parent | 967c50523329266e92d9ae590733b423cd0f646f (diff) | |
download | gwenview-2f5a9e8ee0c89e93d43f97f97744313ff9e8236a.tar.gz gwenview-2f5a9e8ee0c89e93d43f97f97744313ff9e8236a.zip |
Restructure doc/man folders
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/en/mouse.docbook')
-rw-r--r-- | doc/en/mouse.docbook | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/en/mouse.docbook b/doc/en/mouse.docbook new file mode 100644 index 0000000..0792b3a --- /dev/null +++ b/doc/en/mouse.docbook @@ -0,0 +1,40 @@ +<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> |