[kde-doc-english] [konsole/KDE/4.13] doc/manual: add few special shortcuts with no corresponding menu item

Burkhard Lück lueck at hube-lueck.de
Thu Mar 6 20:23:28 UTC 2014


Git commit 6319dc4b9cd1cd3da865f81850eca4fbcb3a1f58 by Burkhard Lück.
Committed on 06/03/2014 at 20:06.
Pushed by lueck into branch 'KDE/4.13'.

add few special shortcuts with no corresponding menu item

M  +41   -1    doc/manual/index.docbook

http://commits.kde.org/konsole/6319dc4b9cd1cd3da865f81850eca4fbcb3a1f58

diff --git a/doc/manual/index.docbook b/doc/manual/index.docbook
index ba78755..7637379 100644
--- a/doc/manual/index.docbook
+++ b/doc/manual/index.docbook
@@ -865,7 +865,47 @@ Menu Bar</guimenuitem></menuchoice></term>
 <term><menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure
 Shortcuts...</guimenuitem></menuchoice></term>
 <listitem><para><action>Opens the keyboard shortcut editor.</action> More on shortcuts configuration
-can be found <ulink url="help:/fundamentals/shortcuts.html">here</ulink>.</para>
+can be found in the <ulink url="help:/fundamentals/shortcuts.html">&kde; Fundamentals</ulink>.</para>
+
+<para>Additionally &konsole; has a few special shortcuts with no corresponding menu item:</para>
+
+<informaltable>
+<tgroup cols="2">
+<thead>
+<row>
+<entry>Shortcut</entry>
+<entry>Description</entry>
+</row>
+</thead>
+<tbody>
+<row>
+<entry><keycombo action="simul">&Shift;<keysym>Right</keysym></keycombo></entry>
+<entry>Next Tab</entry>
+</row>
+<row>
+<entry><keycombo action="simul">&Shift;<keysym>Left</keysym></keycombo></entry>
+<entry>Previous Tab</entry>
+</row>
+<row>
+<entry><keycombo action="simul">&Ctrl;&Shift;<keysym>Left</keysym></keycombo></entry>
+<entry>Move Tab Left</entry>
+</row>
+<row>
+<entry><keycombo action="simul">&Ctrl;&Shift;<keysym>Right</keysym></keycombo></entry>
+<entry>Move Tab Right</entry>
+</row>
+<row>
+<entry><keycombo action="simul">&Ctrl;&Shift;<keysym>Ins</keysym></keycombo></entry>
+<entry>Paste Selection</entry>
+</row>
+<row>
+<entry><keycombo action="simul">&Shift;	</keycombo></entry>
+<entry>Next View Container</entry> <!--FIXME what is this:yurchor container widget which holds views-->
+</row>
+</tbody>
+</tgroup>
+</informaltable>
+
 </listitem>
 </varlistentry>
 


More information about the kde-doc-english mailing list