[khelpcenter] doc/fundamentals: Cover Meta as a shortcut for the application launcher

Adrián Chaves null at kde.org
Sat Nov 23 11:47:43 GMT 2019


Git commit 2802c7aee7cfc2b357d4c3a9b899e0d2fab5de54 by Adrián Chaves.
Committed on 23/11/2019 at 11:47.
Pushed by adrianchavesfernandez into branch 'master'.

Cover Meta as a shortcut for the application launcher

Summary:
Also sort the shortcuts in the containing table by lifecycle

BUG 379109

Reviewers: yurchor

Reviewed By: yurchor

Subscribers: yurchor, kde-doc-english

Tags: #documentation

Differential Revision: https://phabricator.kde.org/D25341

M  +13   -8    doc/fundamentals/ui.docbook

https://commits.kde.org/khelpcenter/2802c7aee7cfc2b357d4c3a9b899e0d2fab5de54

diff --git a/doc/fundamentals/ui.docbook b/doc/fundamentals/ui.docbook
index 57bcaf8..71fc316 100644
--- a/doc/fundamentals/ui.docbook
+++ b/doc/fundamentals/ui.docbook
@@ -1358,8 +1358,13 @@ whether it be opening, closing, moving, or switching between them.</para>
 <tbody>
 
 <row>
-<entry><keycombo action="simul">&Ctrl;<keycap>Q</keycap></keycombo></entry>
-<entry>Quit</entry>
+<entry><keysym>Meta</keysym></entry>
+<entry>Open the Application Launcher</entry>
+</row>
+
+<row>
+<entry><keycombo action="simul">&Alt;<keycap>Space</keycap></keycombo> / <keycombo action="simul">&Alt;<keycap>F2</keycap></keycombo></entry>
+<entry><ulink url="help:/plasma-desktop/krunner.html">Run Command Interface</ulink></entry>
 </row>
 
 <row>
@@ -1368,18 +1373,18 @@ whether it be opening, closing, moving, or switching between them.</para>
 </row>
 
 <row>
-<entry><keycombo action="simul">&Ctrl;&Alt;&Esc;</keycombo></entry>
-<entry>Force Quit</entry>
+<entry><keycombo action="simul">&Alt;<keycap>F4</keycap></keycombo></entry>
+<entry>Close</entry>
 </row>
 
 <row>
-<entry><keycombo action="simul">&Alt;<keycap>Space</keycap></keycombo> / <keycombo action="simul">&Alt;<keycap>F2</keycap></keycombo></entry>
-<entry><ulink url="help:/plasma-desktop/krunner.html">Run Command Interface</ulink></entry>
+<entry><keycombo action="simul">&Ctrl;<keycap>Q</keycap></keycombo></entry>
+<entry>Quit</entry>
 </row>
 
 <row>
-<entry><keycombo action="simul">&Alt;<keycap>F4</keycap></keycombo></entry>
-<entry>Close</entry>
+<entry><keycombo action="simul">&Ctrl;&Alt;&Esc;</keycombo></entry>
+<entry>Force Quit</entry>
 </row>
 
 </tbody>


More information about the kde-doc-english mailing list