1
Sundtek MediaTV Pro / Re:Fernbedienung Kaffeine
« am: Januar 08, 2010, 04:32:43 Nachmittag »
Ich habe das nun über xte geregelt. IRKICK hat nicht funktioniert bei mir.
Meine .lircrc im Home Ordner sieht nun so aus:
Damit funktioniert das ganze.
Pakete dafür habe ich gebraucht:
"lirc" und "xautomation"
irexec muss im Hintergrund laufen
Die lircrc kann man nun ganz einfach anpassen. Die Tasenkombinationen in kaffeine habe ich ein wenig abgewandelt.
FG
Meine .lircrc im Home Ordner sieht nun so aus:
Code: [Auswählen]
begin irexec
begin
prog = irexec
button = Power
config = kaffeine
end
begin
prog = irexec
button = User1
config = xte 'key F'
end
begin
prog = irexec
button = Power
config = kaffeine
end
begin
prog = irexec
button = Channel+
config = xte 'key Up'
end
begin
prog = irexec
button = Channel-
config = xte 'key Down'
end
begin
prog = irexec
button = Volume+
config = xte 'key plus'
end
begin
prog = irexec
button = Volume-
config = xte 'key minus'
end
begin
prog = irexec
button = Mute
config = xte 'key M'
end
begin
prog = irexec
button = Play
config = xte 'key space'
end
begin
prog = irexec
button = 1
config = xte 'key 1'
end
begin
prog = irexec
button = 2
config = xte 'key 2'
end
begin
prog = irexec
button = 3
config = xte 'key 3'
end
begin
prog = irexec
button = 4
config = xte 'key 4'
end
begin
prog = irexec
button = 5
config = xte 'key 5'
end
begin
prog = irexec
button = 6
config = xte 'key 6'
end
begin
prog = irexec
button = 7
config = xte 'key 7'
end
begin
prog = irexec
button = 8
config = xte 'key 8'
end
begin
prog = irexec
button = 9
config = xte 'key 9'
end
begin
prog = irexec
button = 0
config = xte 'key 0'
end
begin
prog = irexec
button = Record
config = xte 'key y'
end
begin
prog = irexec
button = Menu
config = xte 'key O'
end
begin
prog = irexec
button = Shutdown
config = xte 'keydown Alt_L' 'key F4' 'keyup Alt_L'
end
begin
prog = irexec
button = Up
config = xte 'key Up'
end
begin
prog = irexec
button = Down
config = xte 'key Down'
end
begin
prog = irexec
button = Left
config = xte 'key Left'
end
begin
prog = irexec
button = Right
config = xte 'key Right'
end
begin
prog = irexec
button = Ok
config = xte 'key Return'
end
end irexec
Damit funktioniert das ganze.
Pakete dafür habe ich gebraucht:
"lirc" und "xautomation"
irexec muss im Hintergrund laufen
Code: [Auswählen]
irexec -d
Die lircrc kann man nun ganz einfach anpassen. Die Tasenkombinationen in kaffeine habe ich ein wenig abgewandelt.
FG