There is a scripting language made for Windows called AutoIt. It can do things like, for example, if a user highlights a word and presses a certain hotkey, it can copy that word into memory, open up firefox, go to google.com, paste the word into the text box, and click the button to search.

What are some of the easiest scripting languages in Linux to learn that can do this?

link|improve this question

74% accept rate
feedback

4 Answers

I can personally recommend Sikuli, a Python-based GUI automator with a slick IDE. You might also want to look into GNU Xnee.

link|improve this answer
feedback

you can record mouse & keyboard actions with xmacro

http://xmacro.sourceforge.net/

link|improve this answer
feedback

AutoHotkey has been ported to .NET with IronAHK so it can run on Linux. Haven't tried it on Linux though.

link|improve this answer
feedback

xbindkeys and xsel can achieve this with a lot of versatility

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.