1
megatron 2016-08-20 15:39:33 +08:00
有一个 autokey ,功能远远不如 autohotkey 。
|
2
hei1000 2016-08-20 18:01:16 +08:00 via iPhone
来自 http://unix.stackexchange.com/questions/165124/autohotkey-equivalent
There's a port of AutoHotKey to Linux called IronAHK and a similar tool called Autokey. I haven't used either, I don't know how well they work. Other than such programs, you won't find exactly the same kind of automation tools. The basic user automation tool on unix systems is the shell. The shell is the glue that combines other tools: it can launch external programs and control how they exchange data. The shell itself doesn't include anything to manipulate GUI concepts like windows and the mouse pointer¹. What you do is call specialized tools in a shell script, in particular xdotool to manipulate windows, and inject keystrokes and mouse events. |
3
zhidian 2016-08-20 19:22:38 +08:00
Windows 是一个平台, Linux 界面有各种各样……估计没有跟 AutoHotkey 一个级别的工具。
|
4
rainysia 2016-08-20 21:27:31 +08:00
linux 下直接 keyboard 设全局热键绑定就行了啊, 或者 window 里面设置窗口全局快捷键。
不需要 AHK |
5
wsy2220 2016-08-21 17:11:54 +08:00
xbindkeys
|
6
searene 2016-08-21 22:16:22 +08:00
xcape
|
7
greenskinmonster 2016-08-22 11:41:41 +08:00
Wine 下面可以运行 AutoHotkey
原声还有 wmctrl , Devil's Pie |