[mythtv-users] multiple events from 1 remote button

Jerome Yuzyk jerome at supernet.ab.ca
Tue Sep 25 22:11:36 UTC 2007


Some time ago I had added this code to my ~/.lircrc to make the My Pictures 
button on my MCE remote go to a random slideshow. I had to make a shortcut to 
MythGallery, and for a while it worked. Then it didn't. Are multiple 
functions per button still allowed withe the latest lirc or does anyone else 
have something like this working?


# My Pictures
#
begin
    prog   = mythtv
    button = Pictures
    config = Ctrl+I
end

begin
    prog   = mythtv
    button = Pictures
    config = M
end

begin
    prog   = mythtv
    button = Pictures
    config = Down
end

begin
    prog   = mythtv
    button = Pictures
    config = Enter
end


More information about the mythtv-users mailing list