summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
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 },
};