Hi
trying to write ProgDVB custom remote for UR app.
I have two questions:
- What are all window message codes for player control?
- What happened with F5-F8 keys, what are keyboard equivalents of R-G-Y-B teletext keys from TV remote?
Re: Unified Remote support
#2You can looks list of commands in Options->Controls.
Use command like or window interface..
Use command like or window interface..
Re: Unified Remote support
#3Thank you. Is ProgDVB handling commands through WM_COMMAND message?
I see no the list.
I see no the list.
Re: Unified Remote support
#5So the only way to control ProgDVB is by keyboard and mouse? Most programs handle their commands via GetMessage(...) loop so they can be controlled from outside.
Re: Unified Remote support
#7Okay, but I don't know quite clearly which actions to generate with UR app to invoke remote control events in PC
https://github.com/unifiedremote/Docs/tree/master/libs
https://github.com/unifiedremote/Docs/tree/master/libs