Tasker 模擬重復點擊按鈕


http://stackoverflow.com.80bola.com/questions/21544271/android-tasker-app-advance-input-shell-command

I have this shell command in android input tap 653 100 using Tasker app to simulate a tap command. This one is working but how do i execute the command for say 50 times or 100 times? I know I can add more task in Tasker App but Thats a lot of work. So if you know anything or any command that i can input like for example input tap 653 100 -100 or input tap 653 100 -50which is -100 and -50 are for how many times a command should execute or how do i loop and execute a task in Tasker app. Thanks

for q in `seq 1 50`; do input tap 653 100 ; done

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM