Autokey – Desktop automation utility for Linux and X11

Sponsored Link
AutoKey is a desktop automation utility for Linux and X11. It allows you to manage collection of scripts, and assign abbreviations and hotkeys to these scripts allowing you to execute them on demand in whatever program you are using.

The core part of AutoKey is sending and receiving keyboard events via the X server. It supports multiple X interfaces and should therefore be compatible with virtually any version of Linux running an X server. Full unicode support is provided and it should in theory work with any keyboard layout.

Features

* KDE and GTK versions available, making AutoKey integrate well into any desktop environment.
* Write Python scripts to automate virtually any task that can be accomplished via the keyboard
* Built-in code editor (using QScintilla in KDE or GtkSourceView2 in GTK)
* Create phrases (blocks of text) to be pasted into any program on demand (uses the X selection)
* Create collections of phrases/scripts in folders, and assign a hotkey or abbreviation to the folder to display a popup menu
* Regular expressions can be used to filter windows by their title, to exclude hotkeys/abbreviations from triggering in certain applications
* Scripts, phrases and folders can be attached to the tray icon menu, allowing you to select them without assigning a hotkey or abbreviation
* AutoKey can track your usage patterns and present the most frequently used items at the top of the popup menu

Install autokey in Ubuntu 10.04/9.10

Open the terminal and run the following comamnds

sudo add-apt-repository ppa:cdekter/ppa

sudo apt-get update

sudo apt-get install autokey-gtk

Once installation is completed you can open the application from Applications--->Accessories--->AutoKey(GTK)

Screenshot



Sponsored Link

You may also like...

2 Responses

  1. lefty.crupps says:

    Oh very cool. This app is also available in the Debian repositories (just checked Debian Testing, likely also in Sid and maybe Stable) with both GTk+ and Qt frontends. This is certainly something that I need to look into, thanks for the heads up!

  2. Catherine says:

    Thanks! This instruction has helped me a lot.

Leave a Reply

Your email address will not be published. Required fields are marked *