The macro function is flawed: it cannot hold down a key while operating other keys simultaneously #1676
Replies: 4 comments
|
Hi @mozartghost , Can you please give a rundown of what you are trying to do via macros. We absolutly have the ability to hold a button while others are pressed. |
|
I want to press and hold B2, wait for 35 milliseconds, then press R3 and hold for 20 milliseconds before releasing it. Wait for another 35 milliseconds, then press R3 again and hold for 20 milliseconds before releasing it. Wait for 180 milliseconds, then release B2, press B1 and hold for 20 milliseconds before releasing it. |
|
@TheTrainGoes |
|
@mozartghost what is the use case for this? I saw a similar request that was connected with Pokemon seed stuff. |
Uh oh!
There was an error while loading. Please reload this page.
In the form of :
{
KeyDown "B2", 1
Delay 50
KeyDown "L1", 1
Delay 47
KeyUp "B2", 1
Delay 64
KeyUp "L1", 1
Delay 4
}
The macro function is not detailed enough. It needs to be precise enough to press and hold a key while operating other keys.
I hope it can be improved. Thank you
All reactions