Do you have a development IDE hotkey set in AutoHotkey?
Posted
by blesh
on Stack Overflow
See other posts from Stack Overflow
or by blesh
Published on 2010-03-26T03:20:34Z
Indexed on
2010/03/26
3:23 UTC
Read the original article
Hit count: 407
I've recently rejoined the AutoHotkey band wagon, and I've been setting up a master script for myself. Generally, I have a few global hotkeys, for doing things like popping open the calculator, and frequently used solutions. I even have a hotkey to restart certain local windows services, I've also got several contextual hotkeys that are only available when certain programs are active, but I don't have anything so far for my common IDE's. I generally develop in VS2008/2010 these days and they have a pretty robust shortcut and code snippet system. Still, I can't help but wonder if anyone out there has come up with a useful set of hotkeys/hotstrings in AutoHotKey for their favorite development environments? I haven't seen much out there, but I'm always interested in ways to cut back my mundane tasks with automation.
Does anyone have any AutoHotkey scripts they use primarily for development?
© Stack Overflow or respective owner