vote up 0 vote down star

I like putting shortcuts of the form "g - google.lnk" in my start menu so google is two keystrokes away. Win, g.

My eight or so most frequent applications go there.

I also make links to my solution files I am always opening "x - Popular Project.lnk"

Are there any better ways to automate opening frequently used applications?

flag

6 Answers

vote up 2 vote down check

AutoHotkey is a reasonably god program for implementing windows key shortcuts. You might instead define WIN + G to be "open browser to google" which gives you a better response time (don't have to wait for start menu to popup, etc)

There are macro programs that change the macros used based on the window that's in focus. I've never needed that much control, but you might want to look into that.

-Adam

link|flag
vote up 1 vote down

Get a keyboard launcher program like Launchy

link|flag
vote up 0 vote down

For shortcuts I use Launchy

For macros I use AutoHotKey

Others will suggest SlickRun for shortcuts also.

link|flag
vote up 0 vote down

I use a lot the "intellisense" snippets in Visual Studio. You can include your own snippets and press double tab when they appear in the list. That's definitely a time saver.

link|flag
vote up 0 vote down

The holy grail- Ctrl-C, Ctrl-V

I kid, I kid! Try the veal!

link|flag
vote up -1 vote down

I use QuickMacros and love it.

so much so, that I did some extensive training articles on it here.

link|flag

Your Answer

Get an OpenID
or

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