4
votes
6answers
448 views

Good example of a Keyboard Shortcut Manager implementation [closed]

I am implementing a keyboard shortcut manager in which the user can assign shortcut keys to global (or contextual) commands in a Windows desktop application. Note that the application has load of ...
5
votes
5answers
287 views

What's a good shortcut key for a global shortcut

I'm writing an app that allows the user to open up a window when they put in a shortcut key. I have this feature working but I would like to know what shortcut key combination would be best. I ...