Re: set up a hotkey UI

2010-04-12 Thread Dave DeLong
The Shortcut Recorder works pretty darn well: http://code.google.com/p/shortcutrecorder/ The test project uses the PTHotKey library to demonstrate hotkey functionality, but I've found PTHotKey to be somewhat cumbersome, so I wrote my own wrapper: http://github.com/davedelong/DDHotKey Cheers,

set up a hotkey UI

2010-04-12 Thread Martin Batholdy
Hi, I would like to implement a "set-hotkey" option, where the user presses a hotkey, the app registers the key-combination and makes a global key-shortcut. Does someone here know a good tutorial or has some hints where to start? thanks for any help. _