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 : --- 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; default: break; } (Could become a problem if Klaus some day decides to use blue for something ;) ) Greetings Christian Jacobsen