[mythtv-users] Need some help with Remote
Rod Emerson
rod at emerson.id.au
Thu Aug 31 08:47:36 UTC 2006
Kevin Saenz wrote:
>
> Does anyone know how to configure this remote to use Vol - and Vol+ to act
> as left and right only for the Mythfrontend, and behave like Vol- and Vol+
> in Mplayer?
If your /etc/lircd.conf calls the buttons vol_up and vol_down,
(and your using irxevent) then you could use something like :
~/.lircrc
begin
prog = irxevent
button = vol_up
config = Key Right CurrentWindow
end
begin
prog = irxevent
button = vol_down
config = Key Left CurrentWindow
end
~/.mplayer/input.conf
RIGHT volume +5
LEFT volume -5
But you should test other themes and figure out if your
configuration is broken or if the theme is broken, then
fix whatever needs fixing.
More information about the mythtv-users
mailing list