ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Living without AutoHotkey - possible?

<< < (2/15) > >>

brotherS:
Just updated my list in the original post.

zridling:
brotherS, how do you search IMDB using AutoHotkey? I'm curious.

brotherS:
brotherS, how do you search IMDB using AutoHotkey? I'm curious.
-zridling (November 05, 2005, 06:32 PM)
--- End quote ---
Hi zridling,

curiosity is good! :)

I use that script below, the beauty of it is that you can use it in IE or Firefox or any other browser (just type .imdb in the address field) and even in IRC chats or when you IM a friend.


--- ---:*o:.imdb::
InputBox, SearchWords, IMDB Movie Search, Enter your search words separated by spaces:
StringReplace, SearchWords, SearchWords, %A_SPACE%, `%20, All
SetKeyDelay 0
SendRaw http://akas.imdb.com/find?q=%SearchWords%;s=all
return

mouser:
just a note: f+r is excellent at this kind of thing and the next release will come with builtin command for imdb and many others.

brotherS:
just a note: f+r is excellent at this kind of thing and the next release will come with builtin command for imdb and many others.
-mouser (November 06, 2005, 12:42 AM)
--- End quote ---
Great! I'm looking forward to having screen captured "what does it do?" and "how to do?" videos of some cool DC apps and torrents to download them :D

@all: check http://azureus.aelitis.com/wiki/ if interested

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version