首页 > 其他 > 详细

Tasker 模拟重复点击按钮

时间:2015-04-29 11:24:50      阅读:406      评论:0      收藏:0      [点我收藏+]

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

 

Tasker 模拟重复点击按钮

原文:http://www.cnblogs.com/shangdawei/p/4465369.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!