Search found 2 matches

by rodit
Mon Jul 15, 2019 1:36 pm
Forum: Support
Topic: Macro invalid
Replies: 1
Views: 2147

Re: Macro invalid

I solved the issue myself by reading the wiki more carefully: the event ids are case sensitive so my E Q O and P had to be e q o and p.
by rodit
Mon Jul 15, 2019 1:29 pm
Forum: Support
Topic: Macro invalid
Replies: 1
Views: 2147

Macro invalid

I have tried making a macro that converts a toggle control to a hold control using the following macro: MACRO KEYDOWN Q KEYDOWN O DELAY 4 KEYUP O MACRO KEYUP Q KEYDOWN O DELAY 4 KEYUP O MACRO KEYDOWN E KEYDOWN P DELAY 4 KEYUP P MACRO KEYUP E KEYDOWN P DELAY 4 KEYUP P So when I press Q down, the macr...