[mythtv-commits] Ticket #3339: single keypresses are interpreted twice
MythTV
mythtv at cvs.mythtv.org
Wed May 9 06:19:31 UTC 2007
#3339: single keypresses are interpreted twice
-----------------------+----------------------------------------------------
Reporter: anonymous | Owner: ijr
Type: defect | Status: closed
Priority: major | Milestone: unknown
Component: mythtv | Version: unknown
Severity: high | Resolution: worksforme
-----------------------+----------------------------------------------------
Comment(by anonymous):
For lirc, you can run 'irw', then press a key on the remote. You should
see the key first with a number '0', then with increasing numbers for the
repeats.
Usually, the repeats will be too fast for what you want, but that's simply
what the remote sends.
You can reduce the repeat rate at which keys are sent to mythtv, and also
set an initial delay by using the 'delay' and 'repeat' options in the
.mythtv/lircrc file for the definitions for each key where you want that.
Below is an example for what I use for the key '8', and it gives me a very
comfortable initial delay and repeat:
{{{
begin
prog = mythtv
button = 8
config = 8
delay = 2
repeat = 1
end
}}}
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/3339#comment:12>
MythTV <http://svn.mythtv.org/trac>
MythTV
More information about the mythtv-commits
mailing list