summaryrefslogtreecommitdiffstats
path: root/DDHotKeyCenter.m
AgeCommit message (Collapse)Author
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-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-24Modified the order of the parameters to follow conventsion (suggested by ↵Dave DeLong
Quinn Taylor)
2010-02-24Adding DDHotKeyCenter, with three example usesDave DeLong