Before switching to Ubuntu I used to use AutoHotkey for the sole purpose of pasting from my clipboard, the simple command was:
~f2::
clipboard = %clipboard%
send %clipboard% {enter}
or something along those lines. Does anyone have a similar script for Autokey?
