From patchwork Tue Mar 28 09:21:47 2006 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: christian jacobsen X-Patchwork-Id: 12239 Received: from webmail.stageholding.de ([217.110.124.235]) by www.linuxtv.org with esmtp (Exim 4.50) id 1FOAP3-0002kY-Q3 for vdr@linuxtv.org; Tue, 28 Mar 2006 11:22:17 +0200 Received: from SDEHAMEVS01.de.stageholding.com ([10.49.140.16]) by webmail.stageholding.de with Microsoft SMTPSVC(6.0.3790.211); Tue, 28 Mar 2006 11:21:48 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Tue, 28 Mar 2006 11:21:47 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Timer Infos - how can I use the Blue key to get out of Timer Infos again ? Thread-Index: AcZSSQnqQrFpi6M1RZm77JjDXG8nBQ== From: "christian jacobsen" To: X-OriginalArrivalTime: 28 Mar 2006 09:21:48.0811 (UTC) FILETIME=[0A741DB0:01C65249] Subject: [vdr] Timer Infos - how can I use the Blue key to get out of Timer Infos again ? X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2006 09:22:17 -0000 Status: O X-Status: X-Keywords: X-UID: 8601 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 --- 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;