Closed corydorning closed 7 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...
mypictures
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" />
I was wondering if it was possible to map, say the
mypictures
command to Alt+Tab so I could cycle through open programs...