begin
button = POWER
prog = irexec
config = sudo shutdown -h now
end
begin
button = ButtonB
prog = irexec
config = sudo shutdown -r now
end
begin
button = Play
prog = irexec
config = mpc play
end
begin
button = Stop
prog = irexec
config = mpc clear;mpc stop
end
begin
button = VolUp
prog = irexec
config = mpc volume +10
end
begin
button = VolDown
prog = irexec
config = mpc volume -10
end
|