Hello! Is it possible to remap some buttons from hdmi-cec remote? I have ZIDOO X8 and Philips TV, HDMI CEC works fine, and TV remote has additional keys to control playback (Play/Pause, Stop, Rec, FF, RW). But in system player, or youtube app, button "Play/pause" from TV remote works only as "Play", not as "Play/Pause". In ZDMC this button work as "Play/Pause". I used keycode scanner - when i press button on TV remote, Android recieve "MEDIA_PLAY" event. I try to use some apps to remap android buttons, but it was not succesful, i think, because HDMI-CEC sends KeyEvents, not KeyCodes. Is it possible to remap HDMI-CEC key event, that applications recive "MEDIA_PLAY_PAUSE" event instead "MEDIA_PLAY"?
Thanks for answer! Addition: internal player changes play mode after receiving "MEDIA_PLAY" event ("Repeat: none", "repeat: all", etc.) I think, it will be more correct, if it will start playing after receiving event, instead of changing mode.