Note, also, that you can configure LIRC to ignore multiple keypresses using the "repeat" and/or "delay" tokens (from http://lirc.org/faq.html ):
thing is, here is my entry for the power button:
begin
prog = mythtv
button = Power
config = Esc
endas per http://lirc.org/html/configure.html#lircrc_format: The default for repeat is zero.
thus, lircd should be ignoring repeated keys ... strangely, the right arrow (also on my remote) works flawlessly ... the entry for it is:
begin prog = mythtv button = Arrow_Right repeat = 3 config = Right end
You can identify such remotes by the fact that irrecord usually will add a min_repeat field for this remote control to the lircd.conf config file.
i don't have that in my /etc/lircd.conf, but then again, it did say "usually" ...
-g- _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
