DDHotKey, Mac OSX application to respond to “hotkeys”

Category : Software

DDHotKey is a free ware for Mac OSX (source code is already published). Global “hotkey” is a must-have feature with Mac OSX apps of all the app residents. Regardless of the frontmost applications, one key application would always be the simplest and the most convenient.

Screen-shot 56.png
Dynamically set global hotkey

Global hotkey is used in various applications such as Evernote,Mail Check app,Twitter app and so on. If you want to implement your own app, I would recommend you to refer to DDHotKey.

DDHotKey is not a software that works by itself. It’s a global hotkey sample implementation (mock app).You can create dynamic three hot keys or you can remove it if you want.The log is recorded on the screen when you run the shortcut action.

It is very useful when you want to skip the selected text,or receive another application to run. Hopefully, we can count on Mac OSX app developers to really check it out more.

davedelong’s DDHotKey at master – GitHub
http://github.com/davedelong/DDHotKey

Post a comment