summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-04-14Merge pull request #9 from michaldudek/sendactionHEADmasterDave DeLong
Added sendAction call on hotkey event
2015-04-14Added sendAction call on hotkey event so that selector can be specified in ↵Michał Dudek
the IB and respont to changes in the field.
2015-02-06Merge pull request #7 from nilennoct/Fix-crash-using-non-unicode-layoutsDave DeLong
Fix crash using non-unicode layouts
2015-02-07Fix crash using non-unicode layoutsnilennoct
Fix crash using non-unicode layouts, such as Chinese or Japanese.
2013-10-26DDHotKey now requires ARC.Dave DeLong
It also has a basic "HotKeyTextField" for creating user-defined hotkeys.
2012-12-29Actually, you know, install the event handler.Dave DeLong
2012-12-25UpdatesDave DeLong
Made DDHotKeyCenter a true singleton, updated for ARC
2011-03-25Fixed a 32/64 bit conversion warningDave DeLong
2010-11-14Cleanup; provided a readonly way to iterate registered hotkeysDave DeLong
2010-08-15Updated macro to the more appropriate NS_BLOCKS_AVAILABLEDave DeLong
2010-03-19Minor API clarification (target and object memory management)Dave DeLong
2010-03-19README formattingDave DeLong
2010-03-19README formattingDave DeLong
2010-03-19renamed the READMEDave DeLong
2010-03-19Modified the unregister method, since relying on unregistration happening ↵Dave DeLong
during -dealloc can cause some minor problems (including hotkeys not getting unregistered immediately)
2010-02-26Minor API name change to more closely follow conventionDave DeLong
2010-02-24clarified the About section of the READMEDave DeLong
2010-02-24Modified the order of the parameters to follow conventsion (suggested by ↵Dave DeLong
Quinn Taylor)
2010-02-24Updated copyright, added license and comments, added READMEDave DeLong
2010-02-24Added demo UIDave DeLong
2010-02-24Adding DDHotKeyCenter, with three example usesDave DeLong
2010-02-24Initial commit of empty AppKit projectDave DeLong