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
I have a running implementation off of CecSharpClient. Pretty much everything works. Now I wanted to implement two features: Add a global hotkey so that Ctrl-Win-Plus and Ctrl-Win-Minus would send .VolumeUp() and .VolumeDown() commands. This works.
Now sometimes my LG OLED comes on with nagging about "TV will shut off in 5 minutes" and if I dont have the remote but just they keyboard i cant just click it away.
So i simply wanted to send a Enter/Select to the TV from Code triggered via a keyboard hotkey. No matter what I do this fails.
So volumeup sends 15:44:41
And my keypress sends 10:44:00.
Both looks good, I even tried all available combinations of logicaladdresses and also Enter / Select . But nothing happens on the LG.
Am I generally doing it wrong? Can the TV receive OSD-steering commands?
Anyone done this?
MANY thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi there,
I have a running implementation off of CecSharpClient. Pretty much everything works. Now I wanted to implement two features: Add a global hotkey so that Ctrl-Win-Plus and Ctrl-Win-Minus would send .VolumeUp() and .VolumeDown() commands. This works.
Now sometimes my LG OLED comes on with nagging about "TV will shut off in 5 minutes" and if I dont have the remote but just they keyboard i cant just click it away.
So i simply wanted to send a Enter/Select to the TV from Code triggered via a keyboard hotkey. No matter what I do this fails.
So volumeup sends 15:44:41
And my keypress sends 10:44:00.
Both looks good, I even tried all available combinations of logicaladdresses and also Enter / Select . But nothing happens on the LG.
Am I generally doing it wrong? Can the TV receive OSD-steering commands?
Anyone done this?
MANY thanks in advance.
The text was updated successfully, but these errors were encountered: