summaryrefslogtreecommitdiffstats
path: root/doc/en/interface.docbook
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-23 21:15:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-23 21:15:44 +0900
commit2f5a9e8ee0c89e93d43f97f97744313ff9e8236a (patch)
tree8b35c2137c66c34009e682cdb240e7427ad38ba1 /doc/en/interface.docbook
parent967c50523329266e92d9ae590733b423cd0f646f (diff)
downloadgwenview-2f5a9e8ee0c89e93d43f97f97744313ff9e8236a.tar.gz
gwenview-2f5a9e8ee0c89e93d43f97f97744313ff9e8236a.zip
Restructure doc/man folders
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/en/interface.docbook')
-rw-r--r--doc/en/interface.docbook49
1 files changed, 49 insertions, 0 deletions
diff --git a/doc/en/interface.docbook b/doc/en/interface.docbook
new file mode 100644
index 0000000..3ac0780
--- /dev/null
+++ b/doc/en/interface.docbook
@@ -0,0 +1,49 @@
+<chapter id="interface">
+<title>The interface</title>
+
+<sect1 id='browse_and_view_modes'><title>Browse and View modes</title>
+
+<para>By default, &kappname; opens in Browse mode.</para>
+
+<para>In this mode you can easily navigate through your files and folders. As
+ you can see on the screenshot, the preview window shows the current image as
+ well as any embedded image comment.</para>
+
+<screenshot>
+ <screeninfo>Browse Mode Screenshot</screeninfo>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="browse_mode.png" format="PNG" />
+ </imageobject>
+ </mediaobject>
+</screenshot>
+
+
+<para>From the Browse mode,
+ unchecking
+ <menuchoice>
+ <shortcut>
+ <keycombo action="simul">&Ctrl;<keycap>Return</keycap></keycombo>
+ </shortcut>
+ <guimenu>View</guimenu>
+ <guimenuitem>Browse</guimenuitem>
+ </menuchoice>
+ will put you in View mode, where the image takes all the
+ space of the window.</para>
+
+<screenshot>
+ <screeninfo>View Mode Screenshot</screeninfo>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="view_mode.png" format="PNG" />
+ </imageobject>
+ </mediaobject>
+</screenshot>
+
+<tip><para>You can start directly in View mode by starting &kappname; with an image
+ as an argument.</para>
+</tip>
+
+</sect1>
+
+</chapter>