supersaiyanmode / PyWebOSTV

Python API for controlling LG TVs (Web OS)
MIT License
261 stars 50 forks source link

long press "enter" #107

Open SodaSurfer opened 3 months ago

SodaSurfer commented 3 months ago

hi

is there a way to simulate a "long press" on a key? for example, if I do a long click on the "OK" button on the remote, when I'm in the home menu, I get a new screen which allows me to move the apps in the home screen and order them. obviously when I send the normal "enter" or "ok" command with this api, this menu doesn't open, rather I just enter to the app (as it should) but I want to also have the the "long" click option.

is there a way to do so?

thanks