How do I create a sequence of commands with HIDmacros?

Announcements, general discussion
Post Reply
djdoge1
Posts: 1
Joined: 03 Aug 2021, 16:35

How do I create a sequence of commands with HIDmacros?

Post by djdoge1 » 03 Aug 2021, 16:40

I want a macro that clicks the letter D then ALT and backspace then lastly the number 8.

What I've got now is:
HIDMacros.SendKeys "D"
HIDMacros.SendKeys "%({BACKSPACE})"
HIDMacros.SendKeys "8"

But this seems to trigger all the actions at the same time.

Post Reply