[mythtv-users] remote control shortcuts

Niels den Otter otter at kjoe.net
Fri Apr 29 13:29:43 UTC 2005


Chris Hubball schreef:
> I've got lirc and lirxevent running nicely with Myth and my Video Player.
> 
> The remote also has short-cut buttons for TV, Music, Video, Pictures etc
> and I'd like to make them jump indirectly to the corresponding section in
> Myth - is this possible?

Sure. Check the keybinding (eg using mythweb) for these JumpPoints. This 
is what I am using for this in my .lircrc:

begin
    prog = mythtv
    button = TV
    config = !
end

begin
    prog = mythtv
    button = Videos
    config = ^
end

begin
    prog = mythtv
    button = Pictures
    config = &
end

begin
    prog = mythtv
    button = Music
    config = $
end

begin
    prog = mythtv
    button = Guide
    config = #
end


-- Niels



More information about the mythtv-users mailing list