Confirmed the test button is broken. I'll have that fixed.
The play/pause button is because the 'toggle' flag is enabled for this button. Basically, some devices don't support play toggle, but have independent play and pause buttons. How do we do this with one physical button?
We added a toggle option and this is automatically detected and added in many scenarios.
This allows you to assign each play / pause key to each 'side' of a button. So when you hit it once, it plays one, and then when you hit it again, it plays the other. However, something that is invalid, is having only one button assigned to one side. What happens in this case? If I were to carry the functionality down to the remote, when I hit the button once, it sends out the first button, but when I hit the button the second time, nothing is played, and the remote would ignore every other key press.
So on the remote, before sending down the configuration, we 'fix this' and assign the key to both sides so you aren't confused.
However, the GUI was left as is, and you only have one assignment on either side.
Here is your config when I open it up, and how to fix it. When in reality, I think we should handle this more gracefully in the GUI and remove the toggle when there is only one assignment.
CleanShot 2025-11-05 at 13.38.31.mp4