Help with key combo shortcut
I am a newbie, so please help me. I've been using FastKeys successfully for all kinds of text expander things, but now I'm stumped. I would like to create a shortcut so that when I press Ctrl+esc (or another key or key combo), I get the same result as if I pressed Ctrl+Alt+tab (the task view window). Nothing I do seems to work. I'm thinking this should be easy, so can anybody help? FWIW, the reason I want to do this is because the arthritis in my hands makes the original combo difficult on my particular keyboard.
Set a new shortcut (use a "..." button)
Ctrl+Escape
Type: Send
or
Type: Command
Ctrl+Escape
Type: Send
Code: Select all
{Control Down}{Alt Down}{Tab}{Alt Up}{Control Up}
Type: Command
Code: Select all
Send, ^!{Tab}