mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #00140
[Bug 472131] Re: Incorrect mapping of Record action for mceusb remotes
** Changed in: mythbuntu-lirc-generator (Ubuntu)
Assignee: (unassigned) => Nick Fox (nickj-fox)
** Changed in: mythbuntu-lirc-generator (Ubuntu)
Status: New => Triaged
--
Incorrect mapping of Record action for mceusb remotes
https://bugs.launchpad.net/bugs/472131
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to mythbuntu-lirc-generator in ubuntu.
Status in “mythbuntu-lirc-generator” package in Ubuntu: Triaged
Bug description:
Binary package hint: mythbuntu-lirc-generator
You are mapping RecTV to the key "R" rather than the Rec button
begin
remote = mceusb
prog = mythtv
button = RecTV
config = R
repeat = 0
delay = 0
end
The generated lirc file should have
begin
remote = mceusb
prog = mythtv
button = Record
config = R
repeat = 0
delay = 0
end