What I want is when I type something like Ctrl+Shift+Alt+A it echoes "5" (Just as an example).
Like I go to Keyboard > Shortcuts > Custom Shortcuts click the "+" and I type in the name of the shortcut and then I write the command.
In terminal I can write (Just an example):
echo ᚠ
or I could write (again just an example):
cat Desktop/letter.txt
The "echo" command just echoes the letter. The "cat" command echoes the contents of the file. But it seems to only work if I write it in the terminal (The command works. Not the shortcut).
How can I create a shortcut that echoes/prints a letter on where I want to write it so I don't have to write unicode like U+16a1
or something but only have to press ALT or CTRL and a letter?
I have 13.04
AutoKey
on Ubuntu 14.04? – niekas Feb 19 '15 at 21:53