Hello,

After about three years of VDR use, I still quite often try to start playback 
of a recording from the recordings view using the play button, swear for a 
bit, and then hit ok.  I couldn't think of a reason why play wouldn't start 
the playback, so here's a tiny patch against VDR 1.4.7 that implements it.
--- menu.c~	2006-12-02 13:12:02.000000000 +0200
+++ menu.c	2007-10-14 22:03:06.000000000 +0300
@@ -2074,6 +2074,7 @@
 
   if (state == osUnknown) {
      switch (Key) {
+       case kPlay:
        case kOk:     return Play();
        case kRed:    return (helpKeys > 1 && RecordingCommands.Count()) ? Commands() : Play();
        case kGreen:  return Rewind();
_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to