Update 20140711 How to simulate key press and mouse movement in Linux.md

This commit is contained in:
joeren 2014-07-20 20:26:18 +08:00
parent 1878ea1743
commit 40f5e9ac2f

View File

@ -1,3 +1,4 @@
Translating by GOLinux ...
How to simulate key press and mouse movement in Linux
================================================================================
Have you ever dreamed of your computer doing stuff automatically for you? Probably not if you just watched Terminator. But except for that, scripting and task automation are every power user's dreams. If a lot of solutions exist today to fit such goal, it is sometimes hard to pick the simple, smart, and efficient one out of the lot. I cannot pretend to have found it myself, but in the mean time, my preference goes to neat software called xdotool. Its approach is intuitive as it stands as an X11 automation tool. In other words, xdotool can simulate key presses and even mouse events from reading a text file.
@ -101,4 +102,4 @@ via: http://xmodulo.com/2014/07/simulate-key-press-mouse-movement-linux.html
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
[1]:http://xmodulo.com/2013/03/how-to-set-up-epel-repository-on-centos.html
[2]:http://www.semicomplete.com/projects/xdotool/
[2]:http://www.semicomplete.com/projects/xdotool/