From: Dr. Tilmann Bubeck Date: Wed, 9 May 2012 11:35:37 +0000 (+0200) Subject: docs: Add keyboard shortcuts X-Git-Tag: 0.8.5~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23fa0e8eea5d1d8060b0edec6a929c5b3c258f7c;p=thirdparty%2Fplymouth.git docs: Add keyboard shortcuts 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 --- diff --git a/docs/development.txt b/docs/development.txt index 9d6898a5..57a819f5 100644 --- a/docs/development.txt +++ b/docs/development.txt @@ -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 ---------