use*_*171 7 bash user-interface automation xdotool
有人知道自动xdotool脚本生成器吗?理想情况下,我想在我的桌面上记录一系列操作,并自动将其制作成xdotool脚本,而不是手动添加暂停和计数像素等.
我不能肯定地说不知道你想做什么,但我认为你可能想要使用xmacro
.这里有一个很好的教程:http:
//linuxpoison.blogspot.in/2012/03/record-play-keystrokes-and-mouse.html
这是一个总结:
# Start recording macro.
xmacrorec2 > macro.txt
# Select a keystroke to end the macro.
# Do stuff.
# End the macro with the previously chosen keystroke.
Run Code Online (Sandbox Code Playgroud)
并运行宏:
xmacroplay $DISPLAY < macro.txt
Run Code Online (Sandbox Code Playgroud)
博客文章指出,不记录时间信息.
归档时间: |
|
查看次数: |
2776 次 |
最近记录: |