LG-WebOS-Remote-Control icon indicating copy to clipboard operation
LG-WebOS-Remote-Control copied to clipboard

3 dots button

Open blaktro opened this issue 3 years ago • 5 comments

Is it possible to send command for that '3 dots' button on lg magic remote?

blaktro avatar Jan 15 '22 17:01 blaktro

Hi, i've created a pull request (#82) to add extra custom buttons. i've discovered that the three dots button uses the SCREEN_REMOTE command, so if you patch your installation (or wait for @madmicio to merge the pull request) you can do:

custom_buttons:
  - name: SCREEN_REMOTE
    icon: mdi:dots-horizontal

Xinne avatar Feb 13 '22 11:02 Xinne

Tank you! Now I can at last turn on/off Logitech z906 speakers by script. Before I was able to do this only through the "3 dots' menu using magic remote.

blaktro avatar Feb 14 '22 21:02 blaktro

hi guys, sorry but I was a bit absent from the project. today i fixed the on / off problem and fixed the colors. I study the pull requests and then update

madmicio avatar Feb 14 '22 23:02 madmicio

Hi, i've created a pull request (#82) to add extra custom buttons. i've discovered that the three dots button uses the SCREEN_REMOTE command, so if you patch your installation (or wait for @madmicio to merge the pull request) you can do:

custom_buttons:
  - name: SCREEN_REMOTE
    icon: mdi:dots-horizontal

I haven't read the code yet, but have you changed the size of the card?

madmicio avatar Feb 14 '22 23:02 madmicio

Hi!

I haven't read the code yet, but have you changed the size of the card?

Yeah, well, i've used the same technique that is used to display the source buttons. Scaling seems to work fine, is there something else that should be kept in thought when changing the size of the card?

Ps.. wouldn't mind helping to close some issues, love the project!

Xinne avatar Feb 15 '22 16:02 Xinne