How to send hotkey using type into in StudioX

Hey,
try to use advanced editor for ‘type into’ activity and type expression:
for example: ctrl + s:
“[d(ctrl)]s[u(ctrl)]”

or for your example ctrl+.
“[d(ctrl)].[u(ctrl)]”

image

it works :slight_smile:

1 Like