[system-administrators-guide] Most desktop environments use Alt+F2 as a keyboard shortcut for an application launcher. I can prove

Pete Travis immanetize at fedoraproject.org
Mon Jul 15 00:10:42 UTC 2013


commit ff9d80a59ae8a06c35e25bf5100e164d006ff4a6
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Sun Jul 14 18:00:25 2013 -0600

    Most desktop environments use Alt+F2 as a keyboard shortcut for an application launcher. I can prove it; look, here are some pictures.

 en-US/Opening_GUI_Applications.xml |   87 ++++++++++++++++++++++++++++++++++++
 en-US/images/alt-f2_GNOME.png      |  Bin 0 -> 167116 bytes
 en-US/images/alt-f2_KDE.png        |  Bin 0 -> 200256 bytes
 en-US/images/alt-f2_LXDE.png       |  Bin 0 -> 180164 bytes
 en-US/images/alt-f2_MATE.png       |  Bin 0 -> 181170 bytes
 en-US/images/alt-f2_XFCE.png       |  Bin 0 -> 205113 bytes
 6 files changed, 87 insertions(+), 0 deletions(-)
---
diff --git a/en-US/Opening_GUI_Applications.xml b/en-US/Opening_GUI_Applications.xml
index 6fe997a..3853418 100644
--- a/en-US/Opening_GUI_Applications.xml
+++ b/en-US/Opening_GUI_Applications.xml
@@ -104,7 +104,94 @@ root     23874  0.0  0.0 109184   900 pts/21   S+   15:35   0:00 grep --color=au
       </step>
     </procedure>      
   </section>
+  
+  <section id="gui-alt_f2">
+    <title>
+      Launching Applications with <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo>
+    </title>
+    <para> 
+      Most desktop environments follow the convention of using the key combination <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> for opening new applications. Pressing <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> brings up a prompt for a command to be entered into. 
+    </para>
+    <para>
+      Commands entered into this dialog box function much as they would if entered in a terminal.  Applications are known by thier binary name, and can accept arguments. 
+    </para>
+    <figure id="fig-alt_f2-gnome">
+      <title>
+        Using <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> with <application>GNOME</application>
+      </title>
+      <mediaobject>
+        <imageobject>
+          <imagedata fileref="images/alt-f2_GNOME.png" format="PNG" scalefit="0" />
+        </imageobject>
+        <textobject>
+          <para>
+            GNOME command entry dialog box
+          </para>
+        </textobject>
+      </mediaobject>
+    </figure>
+    <figure id="fig-alt-f2_kde">
+      <title>
+        Using <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> with <application>KDE</application>
+      </title>
+      <mediaobject>
+        <imageobject>
+          <imagedata fileref="images/alt-f2_KDE.png" format="PNG" scalefit="0" />
+        </imageobject>
+        <textobject>
+          <para>
+            KDE command entry dialog box, which also searches menu items, command history, and open applications.
+          </para>
+        </textobject>
+      </mediaobject>
+    </figure>
+<figure id="fig-alt-f2_lxde">
+      <title>
+        Using <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> with <application>MATE</application>
+      </title>
+      <mediaobject>
+        <imageobject>
+          <imagedata fileref="images/alt-f2_LXDE.png" format="PNG" scalefit="0" />
+        </imageobject>
+        <textobject>
+          <para>
+            MATE command entry dialog box.
+          </para>
+        </textobject>
+      </mediaobject>
+    </figure>
+    <figure id="fig-alt-f2_mate">
+      <title>
+        Using <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> with <application>MATE</application>
+      </title>
+      <mediaobject>
+        <imageobject>
+          <imagedata fileref="images/alt-f2_MATE.png" format="PNG" scalefit="0" />
+        </imageobject>
+        <textobject>
+          <para>
+            MATE command entry dialog box.
+          </para>
+        </textobject>
+      </mediaobject>
+    </figure>
+<figure id="fig-alt-f2_xfce">
+      <title>
+        Using <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> with <application>XFCE</application>
+      </title>
+      <mediaobject>
+        <imageobject>
+          <imagedata fileref="images/alt-f2_XFCE.png" format="PNG" scalefit="0" />
+        </imageobject>
+        <textobject>
+          <para>
+            XFCE command entry dialog box.
+          </para>
+        </textobject>
+      </mediaobject>
+    </figure>
 
+  </section>
 </chapter>
     
 
diff --git a/en-US/images/alt-f2_GNOME.png b/en-US/images/alt-f2_GNOME.png
new file mode 100644
index 0000000..077a2fb
Binary files /dev/null and b/en-US/images/alt-f2_GNOME.png differ
diff --git a/en-US/images/alt-f2_KDE.png b/en-US/images/alt-f2_KDE.png
new file mode 100644
index 0000000..622a124
Binary files /dev/null and b/en-US/images/alt-f2_KDE.png differ
diff --git a/en-US/images/alt-f2_LXDE.png b/en-US/images/alt-f2_LXDE.png
new file mode 100644
index 0000000..9beef18
Binary files /dev/null and b/en-US/images/alt-f2_LXDE.png differ
diff --git a/en-US/images/alt-f2_MATE.png b/en-US/images/alt-f2_MATE.png
new file mode 100644
index 0000000..2d89f25
Binary files /dev/null and b/en-US/images/alt-f2_MATE.png differ
diff --git a/en-US/images/alt-f2_XFCE.png b/en-US/images/alt-f2_XFCE.png
new file mode 100644
index 0000000..52065f2
Binary files /dev/null and b/en-US/images/alt-f2_XFCE.png differ


More information about the docs-commits mailing list