Start "firefox http://google.com/search?q=YOUR_SEARCH_TERM_HERE" from
your script. Alternatively, from within Firefox do CTRL+T then CTRL+L
and paste your URL. (The CTRL+L may be redundant)
Wait, then paste your term, then hit return.
> 2) I'd also like to be able to run one of these python scripts from the
> shell, external to AutoKey. I tried using "from autokey import *", but
> I can't get access to "window". It would be kind of cool if for example
> I could execute a shell script from bash to do something such as launch
> a web browser, log you into Facebook and update your status. I know
> that AutoKey is just the tool for this, but I'm getting stuck every step
> of the way...
I don't think this is supported.
--
Luke Faraone;; Debian & Ubuntu Developer; Sugar Labs, Systems
lfaraone on irc.[freenode,oftc].net -- http://luke.faraone.cc
PGP fprint: 5189 2A7D 16D0 49BB 046B DC77 9732 5DD8 F9FD D506
> shell, external to AutoKey. I tried using "from autokey import *", but
> 2) I'd also like to be able to run one of these python scripts from the
> I can't get access to "window". It would be kind of cool if for example
> I could execute a shell script from bash to do something such as launch
> a web browser, log you into Facebook and update your status. I know
> that AutoKey is just the tool for this, but I'm getting stuck every step
> of the way...I don't think this is supported.