Search found 1 match

by djdoge1
03 Aug 2021, 16:40
Forum: General
Topic: How do I create a sequence of commands with HIDmacros?
Replies: 0
Views: 2334

How do I create a sequence of commands with HIDmacros?

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.