Timer Infos - how can I use the Blue key to get out of Timer Infos again ?

Message ID FE3A6FEF7560C346ABA908D65A9425E6F0C3E5@SDEHAMEVS01.de.stageholding.com
State New
Headers

Commit Message

christian jacobsen March 28, 2006, 9:21 a.m. UTC
  Hallo,

Previously in the Timer menu you could use OK to view the saved Timer
infos and pressing OK again would get you back to the timer list. That
way one can very quickly view the Infos. Now it is "Blue" and then "OK"
to get out. Would it be possible to set the Blue key also to get back to
timers again ?

If Klaus does not like this, how can I achieve this myself ? I can't
find the place to do this in timers - I am no programmer ;) 



In _Recordings_ I did it this way :

        default: break;
        }

(Could become a problem if Klaus some day decides to use blue for
something ;) )
 
Greetings
Christian Jacobsen
  

Patch

--- menu.c.ORG  2005-08-23 12:00:52.435468878 +0200
+++ menu.c      2005-08-23 12:01:04.485511280 +0200
@@ -1761,6 +1761,7 @@ 
        case kRed:    Key = kOk; // will play the recording, even if
recording commands are defined
        case kGreen:  cRemote::Put(Key, true);
                      // continue with osBack to close the info menu and
process the key
+       case kBlue:   return osBack;
        case kOk:     return osBack;