On Fri, 2011-02-18 at 19:27 +0100, Manuel Borchers wrote:
> Am Montag, den 14.02.2011, 16:42 +0000 schrieb Adam Charrett:
> > I suspect this is down to the key repeat timings, try changing 
> > LIRC_KEY_REPEAT in your local_config.py to
> > LIRC_KEY_REPEAT = (0.6, 0.3)
> > 
> > Those values seems to work for me, and if they work for other people I'll 
> > update freevo_config.py.
> 
> Well I checked again with this problem. It still persists. I even tried
> with
> LIRC_KEY_REPEAT = (6.0, 3.0)
> with no visible change. When hitting down, selector goes down one item
> and immediately down to the bottom.
> 
> I checked with irw weather it's lirc or not, but I just get a single
> event reported.
> 
> But something else got to my mind. I configured the up and down buttons
> on my remote to not only send UP and DOWN events, but also to send CH+
> and CH- with two more config entries in my remote.lirc file. I used this
> to navigate with the remote up and down when in the TV viewer.
> 
> I my live with this disabled, but the original implementation of the
> LIRC eventhandler supported this...

Well actually it didn't, it only ever processed the first code returned
by pylirc at a time, and in your case 2 codes would be returned at a
time so it would have only processed the UP/DOWN events and thrown away
the CH+/- events.
Remove the duplicate key entries should solve all your problems.

Cheers

Adam




------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to