summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-05-27 16:10:47 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-05-27 16:10:47 +0200
commited77b757a06e755ec37fe2ccc3928616715895b4 (patch)
tree3391a6bb3d91fa42346120da806ec1df513b6c6a /config.c
parent86f14230c2131e548438b2f27dbe967b105ba126 (diff)
downloadvdr-ed77b757a06e755ec37fe2ccc3928616715895b4.tar.gz
vdr-ed77b757a06e755ec37fe2ccc3928616715895b4.tar.bz2
Reduced number of remote control keys
Diffstat (limited to 'config.c')
-rw-r--r--config.c18
1 files changed, 5 insertions, 13 deletions
diff --git a/config.c b/config.c
index 16e34ccb..7e02c916 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.6 2000/05/01 16:29:31 kls Exp $
+ * $Id: config.c 1.7 2000/05/27 14:44:15 kls Exp $
*/
#include "config.h"
@@ -23,6 +23,10 @@ tKey keyTable[] = { // "Up" and "Down" must be the first two keys!
{ kBack, "Back", 0 },
{ kLeft, "Left", 0 },
{ kRight, "Right", 0 },
+ { kRed, "Red", 0 },
+ { kGreen, "Green", 0 },
+ { kYellow, "Yellow", 0 },
+ { kBlue, "Blue", 0 },
{ k0, "0", 0 },
{ k1, "1", 0 },
{ k2, "2", 0 },
@@ -33,18 +37,6 @@ tKey keyTable[] = { // "Up" and "Down" must be the first two keys!
{ k7, "7", 0 },
{ k8, "8", 0 },
{ k9, "9", 0 },
- { kRed, "Red", 0 },
- { kGreen, "Green", 0 },
- { kYellow, "Yellow", 0 },
- { kBlue, "Blue", 0 },
- { kRecord, "Record", 0 },
- { kPause, "Pause", 0 },
- { kStop, "Stop", 0 },
- { kBegin, "Begin", 0 },
- { kSearchForward, "SearchForward", 0 },
- { kSearchBack, "SearchBack", 0 },
- { kSkipForward, "SkipForward", 0 },
- { kSkipBack, "SkipBack", 0 },
{ kNone, "", 0 },
};