Activating a keyboard shortcut

Discussion, questions and support.
Post Reply
dlccarlson
Posts: 1
Joined: Jun 20th, ’21, 23:15

Post by dlccarlson » Jun 20th, ’21, 23:23

Hello, I am trying to create an action so when I type sss the software will press the keys (windows key + shift + s) but I can't figure out how to do this. Thanks for any help you can give me.
User avatar
Marko
Posts: 1719
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Jun 21st, ’21, 15:36

Few alternatives
Type: Send

Code: Select all

{Win Down}{Shift Down}S{Win Up}{Shift Up}
or if the Enable modifiers option is enabled in Preferences/Text Expander

Code: Select all

#+s
Type Command:

Code: Select all

Send, #+s
Post Reply