summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-09-01 11:44:08 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-09-01 11:44:08 +0200
commitdce6bb864be5f29c03d341493d05274652cdd0f7 (patch)
tree0c67e21d8465fc55e79b57b536a28675ad34833e /config.c
parent63105a78429114106d1063266e9e774467ad7fac (diff)
downloadvdr-dce6bb864be5f29c03d341493d05274652cdd0f7.tar.gz
vdr-dce6bb864be5f29c03d341493d05274652cdd0f7.tar.bz2
New remote control key 'Power'
Diffstat (limited to 'config.c')
-rw-r--r--config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.c b/config.c
index 788f044e..4ae79d26 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.60 2001/08/31 13:46:26 kls Exp $
+ * $Id: config.c 1.61 2001/09/01 10:02:21 kls Exp $
*/
#include "config.h"
@@ -38,6 +38,7 @@ tKey keyTable[] = { // "Up" and "Down" must be the first two keys!
{ k7, "7", 0 },
{ k8, "8", 0 },
{ k9, "9", 0 },
+ { kPower, "Power", 0 },
{ kNone, "", 0 },
};