summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-09-16 15:06:54 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-09-16 15:06:54 +0200
commita4e97d871e2d85819d957f4df10ab650ef0447ab (patch)
treed02fdf273761d743c0c4afc1946f43885993566c /config.c
parent987a0e931cbd488be35fcf4d8979ea9cf7d17b63 (diff)
downloadvdr-a4e97d871e2d85819d957f4df10ab650ef0447ab.tar.gz
vdr-a4e97d871e2d85819d957f4df10ab650ef0447ab.tar.bz2
New keys 'Volume+', 'Volume-' and 'Mute'
Diffstat (limited to 'config.c')
-rw-r--r--config.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.c b/config.c
index 15042ef0..87e83323 100644
--- a/config.c
+++ b/config.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.c 1.71 2001/09/16 08:57:58 kls Exp $
+ * $Id: config.c 1.72 2001/09/16 14:54:32 kls Exp $
*/
#include "config.h"
@@ -39,6 +39,9 @@ tKey keyTable[] = { // "Up" and "Down" must be the first two keys!
{ k8, "8", 0 },
{ k9, "9", 0 },
{ kPower, "Power", 0 },
+ { kVolUp, "Volume+", 0 },
+ { kVolDn, "Volume-", 0 },
+ { kMute, "Mute", 0 },
{ kNone, "", 0 },
};