3

I want something that records (like Macro) the GUI actions and keystrokes that can be played later to accomplish same actions. Something like Automator in OS X.

I have already looked into Alternative for Mac OS X Automator? I have tried Gnee, but that doesn't seem to work,tried several times but I guess its kinda buggy, I also tried Sikuli but that needs coding.

Zanna
  • 72,312

1 Answers1

3

Have you tried AutoKey? It can do quite a lot of keyboard interference through abbreviations and hotkeys. It's less focussed on GUI interactions but if the application in question has keyboard shortcuts, it can use them.

sudo apt-get install autokey-gtk
Zanna
  • 72,312
Oli
  • 299,380