Create a Shortcut - Hotkey like ALT + A

Discussion, questions and support.
Post Reply
Stoef69
Posts: 17
Joined: Sep 3rd, ’24, 10:49

Post by Stoef69 » Oct 10th, ’24, 10:57

Hello,

I would like to create a shortcut using a keyboard shortcut. When I press "tt", I want to execute ALT A. When I press "aa", I want to execute A+V.
I also want to do the same for three keys to be pressed at the same time, for example CTRL+SHIFT+V. How do I do this in fastkeys?
Thank you for your help.

Many Greetings
User avatar
Marko
Posts: 1925
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Oct 11th, ’24, 21:24

For example, to simulate Alt+A:

Type: Send
{Alt Down}A{Alt Up}

Or Type: Command
Send, !A
Stoef69
Posts: 17
Joined: Sep 3rd, ’24, 10:49

Post by Stoef69 » Oct 13th, ’24, 17:02

Thank you very much for your help. That's exactly how I tried it (Type: Send{Alt Down}A{Alt Up}), but it doesn't seem to work in Zoom as a keyboard shortcut. I wanted to use this to mute the audio signal.
What if I want to use three keys -like CTRL SHIFT V?
Thanks again for your help.
User avatar
Marko
Posts: 1925
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Oct 13th, ’24, 19:44

Type: Send
{Ctrl Down}{Shift Down}V{Shift Up}{Ctrl Up}

Or try Type: Command
Send, ^!v
Stoef69
Posts: 17
Joined: Sep 3rd, ’24, 10:49

Post by Stoef69 » Oct 14th, ’24, 10:17

That works fine. Thanks again For your help.
Post Reply