Bonsoir,
lircrc pour rhythmbox trouvé
maintenant j'aurais besoin d'un petit coup de main pour comprendre quelques finesses
je cherche comment quitter rhythmbox par l'intermédiaire de irxevent ou irexec pour l'instant j'ai ça mais ça ne fonctionne pas 😃
begin rhythmbox
begin
prog = rhythmbox
button = play
config = play
end
begin
prog = rhythmbox
button = pause
config = pause
end
begin
prog = rhythmbox
button = stop
config = stop
end
begin
prog = rhythmbox
button = next
config = next
end
begin
prog = rhythmbox
button = previous
config = previous
end
begin
prog = rhythmbox
button = backward
config = seek_backward
end
begin
prog = rhythmbox
button = forward
config = seek_forward
end
begin
prog = rhythmbox
button = voldown
config = volume_down
end
begin
prog = rhythmbox
button = volup
config = volume_up
end
begin
prog = rhythmbox
button = mute
config = mute
end
begin
prog = irexec
button = power
config = rhythmbox-client --quit
end
begin
prog = irxevent
button = power
config = Key ctrl-q rhythmbox
end
end rhythmbox
merci