Saturday, March 1, 2008

Elisa LIRC RC FIle

I realized it may be useful for someone to see the LIRC rc file I generated for Elisa. The file was generated using the steps outlined in my tutorial, but I made some modifications to it.

Like I mentioned in the tutorial, the remote I used was the standard M$ media remote control & receiver ( can be found here ). The remote works great and is easy to configure / install.

However, I did notice that some of the buttons also interact with my xbox 360, which is the reason for some of the modifications I made to the file. Specifically, the Home and Power buttons turn on the 360.

So, I changed the action mapped to the Power button, which was to close Elisa and therefore was rarely used, to the More button. The action that was mapped to the Home button, which was to back up in the Elisa menus, was remapped to the Back button. Besides the fact that it interfered with the 360, I thought that button made more sense as well.

At any rate... here's the LIRC rc file (named elisa.lirc) that I used:


begin
remote = mceusb
prog = elisa
button = Play
config = toggle_play_pause_key
repeat = 0
delay = 0
end

begin
remote = mceusb
prog = elisa
button = Right
config = move_right_key
repeat = 0
delay = 0
end

begin
remote = mceusb
prog = elisa
button = OK
config = activate_key
repeat = 0
delay = 0
end

begin
remote = mceusb
prog = elisa
button = Clear
config = close_key
repeat = 0
delay = 0
end

begin
remote = mceusb
prog = elisa
button = Mute
config = toggle_mute_key
repeat = 0
delay = 0
end

begin
remote = mceusb
prog = elisa
button = VolDown
config = decrement_volume_key
repeat = 0
delay = 0
end

begin
remote = mceusb
prog = elisa
button = Rewind
config = seek_backward_key
repeat = 0
delay = 0
end

begin
remote = mceusb
prog = elisa
button = Stop
config = stop_key
repeat = 0
delay = 0
end

begin
remote = mceusb
prog = elisa
button = Up
config = move_up_key
repeat = 0
delay = 0
end

begin
remote = mceusb
prog = elisa
button = VolUp
config = increment_volume_key
repeat = 0
delay = 0
end

begin
remote = mceusb
prog = elisa
button = Down
config = move_down_key
repeat = 0
delay = 0
end

begin
remote = mceusb
prog = elisa
button = Pause
config = pause_key
repeat = 0
delay = 0
end

begin
remote = mceusb
prog = elisa
button = Enter
config = activate_key
repeat = 0
delay = 0
end

begin
remote = mceusb
prog = elisa
button = Forward
config = seek_forward_key
repeat = 0
delay = 0
end

begin
remote = mceusb
prog = elisa
button = Back
config = toggle_menu_key
repeat = 0
delay = 0
end

begin
remote = mceusb
prog = elisa
button = More
config = toggle_fullscreen_key
repeat = 0
delay = 0
end

begin
remote = mceusb
prog = elisa
button = Left
config = move_left_key
repeat = 0
delay = 0
end