Page 1 of 1

Help with key combo shortcut

Posted: May 27th, ’25, 17:28
by MtnMrs
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.

Re: Help with key combo shortcut

Posted: May 27th, ’25, 20:55
by Marko
Set a new shortcut (use a "..." button)
Ctrl+Escape

Type: Send

Code: Select all

{Control Down}{Alt Down}{Tab}{Alt Up}{Control Up}
or
Type: Command

Code: Select all

Send, ^!{Tab}

Re: Help with key combo shortcut

Posted: Jun 8th, ’25, 21:50
by MtnMrs
Thank You! Thank You! Thank You!