diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-16 15:06:54 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-16 15:06:54 +0200 |
commit | a4e97d871e2d85819d957f4df10ab650ef0447ab (patch) | |
tree | d02fdf273761d743c0c4afc1946f43885993566c /config.h | |
parent | 987a0e931cbd488be35fcf4d8979ea9cf7d17b63 (diff) | |
download | vdr-a4e97d871e2d85819d957f4df10ab650ef0447ab.tar.gz vdr-a4e97d871e2d85819d957f4df10ab650ef0447ab.tar.bz2 |
New keys 'Volume+', 'Volume-' and 'Mute'
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.78 2001/09/15 15:38:40 kls Exp $ + * $Id: config.h 1.79 2001/09/16 14:54:36 kls Exp $ */ #ifndef __CONFIG_H @@ -43,6 +43,9 @@ enum eKeys { // "Up" and "Down" must be the first two keys! kBlue, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9, kPower, + kVolUp, + kVolDn, + kMute, kNone, // The following flags are OR'd with the above codes: k_Repeat = 0x8000, |