I would like to simulate keyboard combinations.
I am able to do this on Windows with AutoHotKey.
Is there an equivalent app for Ubuntu?
|
I would like to simulate keyboard combinations. I am able to do this on Windows with AutoHotKey. Is there an equivalent app for Ubuntu?
| |||||||||||
feedback
|
|
The links in nik's answer are a bit old but still pretty useful, although there have been quite a few advancements since then. There is IronAHK currently available which is a complete rewrite of AutoHotkey which works under .NET as well as Mono, allowing it to have cross-platform compatibility. It's also free and fully open source. | |||||||
feedback
|
|
Brainstorm Ubuntu: Idea #588: AutoHotkey for Ubuntu (automation, hotkeys) has some notes. Finally, this older Idea #163: Sytem-wide shortcut configuration refers many discussions on the subject. Like | ||||
|
feedback
|
|
I believe you should be able to do this with xbindkeys+xvkbd. That is, install xbindkeys, xbindkeys-config, xvkbd. Configure xbindkeys to call xvkbd on Windows keys, i.e. in ~/.xbindkeysrc, add:
If this works, add xbindkeys to System > Preferences > Sessions > Startup Programs and maybe disable default assignments in ~/.xbindkeysrc | |||
|
feedback
|