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 23:22:18 +0900 |
commit | d41529e3a5ebe499f9dbab6ca0b4819213d4ada1 (patch) | |
tree | 76681c1c79d094cef578fb09fb2760ee57a34cdb /doc/en/keybindings.docbook | |
parent | ab31b74b6a2aa04a7918243f7536281c3adb532b (diff) | |
download | gwenview-d41529e3a5ebe499f9dbab6ca0b4819213d4ada1.tar.gz gwenview-d41529e3a5ebe499f9dbab6ca0b4819213d4ada1.zip |
Restructure doc/man folders
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2f5a9e8ee0c89e93d43f97f97744313ff9e8236a)
Diffstat (limited to 'doc/en/keybindings.docbook')
-rw-r--r-- | doc/en/keybindings.docbook | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/en/keybindings.docbook b/doc/en/keybindings.docbook new file mode 100644 index 0000000..3156400 --- /dev/null +++ b/doc/en/keybindings.docbook @@ -0,0 +1,20 @@ +<sect1 id="keybindings"> +<title>Key bindings</title> + +<para>&kappname; comes with a range of keyboard shortcuts, all of which can be viewed and remapped by + selecting <menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure + Shortcuts...</guimenuitem></menuchoice>. Note that in the Files and Folders windows, +all the normal TDE shortcuts are functional, unless otherwise remapped.</para> + +<para>A few of the most useful default bindings are:</para> + +<itemizedlist> + <listitem><para><keycap>Space</keycap>: Displays the next image in the directory.</para></listitem> + <listitem><para><keycap>Backspace</keycap>: Displays the previous image in the directory.</para></listitem> + <listitem><para><keycombo + action="simul">&Ctrl;<keycap>Return</keycap></keycombo>: Toggles between Browse and View modes.</para></listitem> + <listitem><para><keycombo action="simul">&Ctrl; + &Shift;<keycap>F</keycap></keycombo>: Activates Full Screen mode.</para></listitem> + <listitem><para><keycap>Escape</keycap>: Exits from Full Screen mode.</para></listitem> +</itemizedlist> +</sect1> |