untu19.04安装完plank是没有show application的图标的,所以需要我们自己去进行安装 安装依赖 sudo apt install xdotool 下载deb包进行安装 https://github.com/milan102/Ubuntu Launchpad 打开/usr/sh ...
分类:
系统相关 时间:
2019-12-29 18:10:40
阅读次数:
179
bash read-special-keys-in-bash xdotool ...
分类:
系统相关 时间:
2018-08-24 13:20:14
阅读次数:
176
说明:不一定每次都准确打开,80%的机会是行的。 原理:使用xdotool模拟键盘按键,打开的文件夹管理界面,然后通过Ctrl+L获取地址栏地址,然后传递到终端上。 安装: 1、安装xdotool 2、设置脚本 写入以下内容并保存 设置可执行权限 在键盘上设置快捷键,如下: 3、使用 打开所在文件夹 ...
分类:
系统相关 时间:
2017-11-18 12:51:55
阅读次数:
350
byzanz-record主要参数选项 安装byzanz-record 通过xwininfo获取窗口大小以及位置等信息 输入byzanz-record命令录制动态图 另外,有一个小工具xdotool可以获取鼠标的所在坐标,再根据所得的坐标位置来进行录制。 ...
分类:
系统相关 时间:
2017-04-14 23:08:26
阅读次数:
289
windows:tinytask 按键精灵 macos:按键精灵 ubuntu:xdotool opensource的项目: http://www.semicomplete.com/projects/xdotool https://github.com/autokey-py3/autokey-py3 ...
分类:
其他好文 时间:
2016-12-18 10:11:40
阅读次数:
136
XDOTOOL(1) XDOTOOL(1)NAME xdotool - command-line X11 automation toolSYNOPSIS xdotool cmd args... Notation: Some documentation uses [window] to denote ...
分类:
其他好文 时间:
2016-04-13 13:02:54
阅读次数:
402
最近双十一抢红包的活动比较火,我也就去玩了一下,在一个小活动里,需要不停的点击左箭头和右箭头,让红包不停的跑,但自己点的比较慢,老是提示还有n多公里才跑完,感觉极度不爽,一怒之下,决定一定要跑过这个公里数,点的没那么快,就找个软件模拟去点击,于是就发现了 xdotool。
分类:
移动开发 时间:
2015-11-07 16:00:47
阅读次数:
711
让博客生动形象的方式是图文并茂,更生动形象的方式就是放上动图。比如GIF动图。为此专门进行了一番搜索,发现了Ubuntu下有个叫做byzanz的制作GIF的软件。byzanz安装:sudo apt-get install byzanzbyzanz有两个命令:
byzanz-record
byzanz-playback
第一个就是录像的,第二个就是回放用的。来篇使用参考教程:Make Animate...
分类:
系统相关 时间:
2015-06-22 13:45:42
阅读次数:
196
这是我在ST写的用来自动打开机顶盒的脚本#!/bin/bashinit_stb() { xdotool type "telnet 10.80.117.$1" xdotool key Return sleep 1 xdotool type "root" xdotool k...
分类:
系统相关 时间:
2015-01-12 22:14:24
阅读次数:
363