diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2011-02-02 16:17:13 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2011-02-02 16:44:19 +0100 |
commit | 58398e4b2a9666a94aacced30453c1fc46b4a2e8 (patch) | |
tree | 410b31cee14ee2577eb8262bdbebb2ecc024b1eb /contrib | |
parent | 0a76b7239781e6e0cb77169302219e6566b6c4d3 (diff) | |
download | pianobar-58398e4b2a9666a94aacced30453c1fc46b4a2e8.tar.gz pianobar-58398e4b2a9666a94aacced30453c1fc46b4a2e8.tar.bz2 pianobar-58398e4b2a9666a94aacced30453c1fc46b4a2e8.zip |
Allow keyboard shortcuts to be disabled
Something like
act_foobar = disabled
disables the command foobar completely now. Useful if you don't use
software volume control. See issue #78.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/pianobar.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/contrib/pianobar.1 b/contrib/pianobar.1 index d7f9624..3c192fd 100644 --- a/contrib/pianobar.1 +++ b/contrib/pianobar.1 @@ -32,9 +32,14 @@ http://xiph.org/ao/doc/config.html The configuration file consists of simple .B key = value lines. Each terminated with a newline (\\n) character. Keys and values are both -case sensitive. act_*-keys control +case sensitive. + +act_* keys control .B pianobar's -key-bindings. +key-bindings. Every one-byte character except for \\x00 and the +special value +.B disabled +are allowed here. .TP .B act_help = ? |