Ctrl + Alt + T

Discussion, questions and support.
Post Reply
mragtronx8
Posts: 42
Joined: Feb 2nd, ’20, 08:36

Post by mragtronx8 » Feb 28th, ’20, 10:53

what is fastkeys command for implementing this keyboard command:

Ctrl+Alt+T

please advise.
User avatar
Marko
Posts: 1718
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Feb 28th, ’20, 13:56

You can simulate keystrokes in FastKeys like this:

If you enable modifiers in Preferences/Text Expander then

Code: Select all

^!t
or

Code: Select all

{Ctrl Down}{AltDown}t{AltUp}{Ctrl Up}
Post Reply