Ubuntu – Automating Linux (Like AutoHotKey for windows)

automationsoftware-recommendation

What programs are available for Linux that can give a context sensitive automation like AutoHotKey for Windows. a few example of things that I would like to do.

  1. Replace ]d with the current date, when typed.
  2. Map Ctrl+Enter to Tab,Tab,Enter when on a Chrome browser with Google+. For quick posting.
  3. Replace a string "mysig" with a signature when either Gmail is pulled up or when an evolution new mail window has the focus.

What options are there for this? I would really like a program that is independent of all others so that I can have shortcuts and hot-strings map across all programs. I've really gotten used to the date string and a few others that are very handy.

Best Answer

AutoKey can do everything you're asking for. You can find it in the Ubuntu Software Centre.

Related Question