[mythtv-users] MythDVD keybindings
Steffen Schlink
goincrazy at gmx.net
Mon Aug 9 19:21:28 EDT 2004
>2. If that's not possible, how can I use lirc to
>control 2 different applications with different
>keybindings?
>
>
Just write a line with prog=<someprogram> in your .lircrc some lines
(this works only with applications that use lirc native, not via irxevent).
Like that:
# OK/Select
begin
prog = mythtv
button = CV250-2_VCRc233-ok
repeat = 4
config = Return
end
# increment audio volume
begin
button = CV250-2_VCRc233-vol+
prog = xine
repeat = 2
config = Volume+
end
# mute audio
begin
prog = mplayer
button = CV250-2_VCRc233-mute
repeat = 4
config = mute
end
Steffen
More information about the mythtv-users
mailing list