Push a button to type something?

Is it possible to create a button that, when pressed, will simulate typing keystrokes, for instance Shift+Win+D?

Yes.

You can use the character() formula to do this.

2 Likes

Thank you so much!!!

1 Like

Can you give some example formula to do this?

Sure:
image

You can push the button here:

1 Like

I was wondering what is the benefit of using character()?

why not use concatenate(“xxxxx xxxx”) which are much easier?

Any suggestion?

Greg (the OP), wanted to simulate key presses.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.