]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
docs: Add keyboard shortcuts
authorDr. Tilmann Bubeck <t.bubeck@reinform.de>
Wed, 9 May 2012 11:35:37 +0000 (13:35 +0200)
committerRay Strode <rstrode@redhat.com>
Thu, 10 May 2012 04:44:30 +0000 (00:44 -0400)
This commit adds four keyboard shortcuts to the developer
documentation that were found from reading the source:

Esc: Toggle between system console and plymouth boot animation.

Ctrl-V: Toogle verbose mode on and off.

Ctrl-U or Ctrl-W: erase a line

docs/development.txt

index 9d6898a5afa609abe95ca2daf6c103392620d8f3..57a819f5c094ae83b7821d28470fbedd7dba418a 100644 (file)
@@ -101,6 +101,19 @@ influence plymouth.
 
  * +plymouth.nolog+ Disable logging.
 
+
+Keyboard commands
+~~~~~~~~~~~~~~~~~
+
+plymouthd can be controlled with the keyboard. Use the following keys:
+
+ * +Esc+: Toggle between system console and plymouth boot animation.
+
+ * +Ctrl-V+: Toogle verbose mode on and off.
+
+ * +Ctrl-U+ or +Ctrl-W+: erase a line
+
+
 Debugging
 ---------