How do I create a sequence of commands with HIDmacros?
Posted: 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.
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.