I have been fixing some Remote Control issues after being prompted by a failed button on my Harmony 880 and the discussion in this thread:
Toggle Automatic Comskip - Help assign to Remote.
I either didn't know, or had forgotten that Keyboard Keys can be sent to MC using commands defined against button on my remote, using MCC Command 27000 as briefly described in the Wiki here:
https://wiki.jriver.com/index.php/MCC_KEYSTROKEAs noted in the Wiki article, the list of supported keys is just a sample. In fact I have done some sampling of my own and it appears that MC can send all the main keystrokes, including navigation, numbers, text, and control keys from this list of Virtual-Key Codes:
https://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspxBut the MCC Command 27000 doesn't seem to support key modifiers such as Shift Ctrl, or Alt, and hence can't support lower case text in addition to upper case, and can't support any key combinations. I understand that would require two parameters to be passed to the command in the form "nKeyCode, nShiftAltCtrl", and the command would need to be able to handle them both correctly.
While initially I was just trying to work out how to send Ctrl+K, and that isn't required any more, I do think it would be good to be able to send the full range of keystrokes from a single remote control button. I'm thinking such applications as adding a movie to my "Movies to watch" Playlist with a single button press, where the Playlist name is actually keyed in instead of relying on it being at the top of a list or something similar.
To be honest I don't have a big list of applications, but I have seen many people try to send keystrokes in the forum previously, probably because they didn't understand MCC Commands and the Remote Control functionality. Many of those people head off to install, learn, and use some automation software, at some great effort. Wouldn't it be good if they could just implement a "Ctrl+D" command from the remote easily, and then learn how to use MCC Commands over time? It is about winning hearts and minds.
So, could the MCC Command 27000 be enhanced to include modified keystrokes, including Shift, Alt, Ctrl combinations, plus upper and lower case characters? Please. It looks like it could be easy to do. Maybe.
If so, could someone provide a full list of supported keystrokes. It can be in rough form. I'm happy to format it and update the Wiki.
Thank you.