tig / mcec

Robust remote control of Windows PCs over the network.
https://tig.github.io/mcec/
MIT License
78 stars 13 forks source link

Possible to Map Command to Key Combo? #2

Closed corydorning closed 6 years ago

corydorning commented 6 years ago

I was wondering if it was possible to map, say the mypictures command to Alt+Tab so I could cycle through open programs...

corydorning commented 6 years ago

The following worked for reference, using Windows Key + Tab:

<!-- keyboard commands -->
<SendInput Cmd="mypictures" vk="vk_tab" Shift="false" Ctrl="false" Alt="false" Win="true" />