I'm trying to use ir_translate to use my steering wheel mounted controls to activate and deactivate the player. To deactivate the player, it's possible to have the Source button emulate a long press of the top button on the player, suspening it. However, it requires a press of the bottom button to wake the player back up.

This is all well and good, except for the fact that the steering wheel control emulator is only smart enough to accept one code per button. Hence, I can't assign a function to the controller that says "when I press the top button, begin playing" and then "when I press this button again, simulate me pressing the bottom button to wake the player up".

Bottom line: I want to take the top button and make it an on/off toggle switch. I don't care about the other sources (I don't use them) and I don't care about the pause feature. What IR translation will make this happen?

Thanks!