I dont understand how to add multiple commands in a single script
i tried
down(x360_rt)
delay(1000)
up(x360_rt)
which doesnt work.
If you can please reply with the correct script with the same function, thanks!
I dont understand how to add multiple commands in a single script
i tried
down(x360_rt)
delay(1000)
up(x360_rt)
which doesnt work.
If you can please reply with the correct script with the same function, thanks!
Please check https://monect.com/support/Script
i checked earlier but it just wont work and i do not know what the problem is in the script also dont know how to put multiple commands in one script
which command do you want to run in the script ??
down(x360_rt)
delay(1000)
up(x360_rt)
these three in a singular cript
open app
select layouts
tap on + icon
select New landscap layout
tap on setting icon
selec add button
tap on setting icon of button
select edit
tap on script
copy and paste thease lines
down(x360_right),
sleep(1000),
up(x360_right)
by this you are just clicking one button so you can also use
click(x360_right),