This one was on the shelf since the keyboardhook class, but somehow never got around to finishing it. It listens for global keystrokes and performs user defined actions if a certain (combination of) keystrokes is entered.
msi installer: ShortCutter.msi
screenshots:
ScreenshotCollapsed.jpg
ScreenshotExtended.jpg
NB: this version includes the perform vb.net/C# script, but that part is not implemented yet. I'm not quite sure how far I want to implement it yet. (just console/ one procedure or kind of a small editor with the ability to add references. The latter seems to be a bit of overkill to me. Any thoughts?)
Newer versions will include more actions. (they have been made easy to add ;-) ) If there are any specific requests of other actions (for example eject a cd, set the window where the keys are pressed to stay on top, or start a service (although the last can be done with an execute command action 'net start ...', using a separate action would mean a parameter browser that browses through the services)), please post them here.