diff options
author | Michele Calgaro <[email protected]> | 2024-02-23 21:15:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-23 23:22:18 +0900 |
commit | d41529e3a5ebe499f9dbab6ca0b4819213d4ada1 (patch) | |
tree | 76681c1c79d094cef578fb09fb2760ee57a34cdb /doc/en/mouse.docbook | |
parent | ab31b74b6a2aa04a7918243f7536281c3adb532b (diff) | |
download | gwenview-d41529e3a5ebe499f9dbab6ca0b4819213d4ada1.tar.gz gwenview-d41529e3a5ebe499f9dbab6ca0b4819213d4ada1.zip |
Restructure doc/man folders
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 2f5a9e8ee0c89e93d43f97f97744313ff9e8236a)
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> |