PDA

View Full Version : [ubuntu] LIRC config totem - Zoom i video



jayleesan
August 23rd, 2009, 01:29 PM
Hi All,

I managed to set up LIRC on Totem using the Mythbuntu package for it but found there's little options for controling Totem. Just the basic commands.

I managed tot edit ~/.lirc/totem and add controls for fullscreen, previous and next by adding these lines:

begin
remote = mceusb
prog = totem
button = Home
config = fullscreen
repeat = 0
delay = 0
end

begin
remote = mceusb
prog = totem
button = Replay
config = previous
repeat = 0
delay = 0
end

begin
remote = mceusb
prog = totem
button = Skip
config = next
repeat = 0
delay = 0
end
... which is great!

:confused: Now the thing I'm missing is the abbility to control zooming in and out of the video, which is possible by pressing R and T on the keyboard.

Can anyone share the configuration to make my remote zoom vid's in Totem?

jayleesan
August 25th, 2009, 06:35 PM
Anybody?

jis
June 23rd, 2011, 02:41 PM
One option is to install lirc-x and configure buttons to simulate keypresses. Config entries could be something like this:


begin
prog = irxevent
button = DVD_Zoom
config = Key R CurrentWindow
end

irxevent should be running for this to work.

However, it would be better, if we could find totem specifig config commands. Can anyone find a list of commands for totem?