From 561633e815551f83f4a1bb604df12e14d0b7147c Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 12 Feb 2012 20:24:13 +0100 Subject: manpage: Drop the keybinding table --- src/pa-sink-ctl.1.txt | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'src/pa-sink-ctl.1.txt') 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 ------------- -- cgit