You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using custom keys I changed the "up,down,left,right,enter" to work with my tv. (im using the remote.send_command). Works GREAT! Was able to redefine all the buttons i wanted and it works for my sony bravia.... EXCEPT FOR the touchpad.
I was looking at the tv-card.js file and it looks like once the code determines where I went on the touchpad (for example if i go left) it just sends the KEY for "left". But I get an error saying media / media_player isnt available on my device. Is the touchpad code routing the keys through a different function and not using custom_keys like the rest of the buttons?
The text was updated successfully, but these errors were encountered:
I have the same problem. It does not work for the navigation_row and either not for volume_row. The slider does unfortunately not work with my old Samsung TV.
Checklist:
Release with the issue:
v0.5.2
Android
Using custom keys I changed the "up,down,left,right,enter" to work with my tv. (im using the remote.send_command). Works GREAT! Was able to redefine all the buttons i wanted and it works for my sony bravia.... EXCEPT FOR the touchpad.
I was looking at the tv-card.js file and it looks like once the code determines where I went on the touchpad (for example if i go left) it just sends the KEY for "left". But I get an error saying media / media_player isnt available on my device. Is the touchpad code routing the keys through a different function and not using custom_keys like the rest of the buttons?
The text was updated successfully, but these errors were encountered: