Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: Change UP and DOWN in VDR0.90



Frank Schneider wrote:
> 
> Hello,
> 
> how can I change the UP and DOWN button for selecting channels? In menues I
> don't want to change the buttons, only for switching channels.

You can do so by changing the line

  int n = cDvbApi::CurrentChannel() + (NORMALKEY(key) == kUp ? 1 : -1);

in 'vdr.c'. Just exchange the two values '1' and '-1'.

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index