diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-02-12 20:24:13 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-02-12 20:24:13 +0100 |
commit | 561633e815551f83f4a1bb604df12e14d0b7147c (patch) | |
tree | 3f8f04496a1c8622732a56b695a75e177740068e | |
parent | f04d759a3fa1f14d8b8779f4cf6855db4c6f8d8f (diff) | |
download | pa-sink-ctl-manpage.tar.gz pa-sink-ctl-manpage.tar.bz2 pa-sink-ctl-manpage.zip |
manpage: Drop the keybinding tablemanpage
-rw-r--r-- | src/pa-sink-ctl-manpage.css | 4 | ||||
-rw-r--r-- | src/pa-sink-ctl.1.txt | 17 |
2 files changed, 14 insertions, 7 deletions
diff --git a/src/pa-sink-ctl-manpage.css b/src/pa-sink-ctl-manpage.css index f6ff151..d75c4a6 100644 --- a/src/pa-sink-ctl-manpage.css +++ b/src/pa-sink-ctl-manpage.css @@ -19,3 +19,7 @@ div.sectionbody { table,tr,td,th { border: 1px solid black !important; } + +pre.literallayout { + margin-left: 15px; +} diff --git a/src/pa-sink-ctl.1.txt b/src/pa-sink-ctl.1.txt index 59c6f22..4c3dfa4 100644 --- a/src/pa-sink-ctl.1.txt +++ b/src/pa-sink-ctl.1.txt @@ -21,13 +21,16 @@ This program takes no command line options. DEFAULT KEYBINDINGS ------------------- -[frame="all", options="header", valign="top"] -|============================================================== -|up |down |volume-down |volume-up |mute |switch |quit -|KEY_UP |KEY_DOWN |KEY_LEFT |KEY_RIGHT |m |TAB |ESCAPE -|k |j |h |l |M |SPACE |q -|w |s |a |d |x |RETURN | -|============================================================== + up -- [ UP, k, w ] + down -- [ DOWN, j, s ] + left -- [ LEFT, h, a ] + right -- [ RIGHT, l, d ] + mute -- [ M, m, x ] + switch -- [ RETURN, SPACE, TAB ] + quit -- [ ESCAPE, q ] + +See `input' section of `Available Config Groups' for an explanation of these +commands. CONFIGURATION ------------- |