Is there an alternative to AutoKey?

Solution 1:

Snippy seems to work for me quite nicely. No GUI, but quite functional. Glad I finally found a replacement.

http://leon.vankammen.eu/tech/snippy-autocompletion-for-console-and-browser-window-manager-using-bash.html

The link also mentions another choice in the comments.

Snippy itself is available via a tinyurl and installation is as follows:

curl -L "http://tinyurl.com/o9d6ch5" > snippy.sh 
chmod 755 snippy.sh
./snippy.sh

Alternatively, there appears to be an enhanced version located here in github

Installation works the same.