Keyboard Customization
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
Full keyboard customization enables the user to assign various keyboard shortcuts to the application commands with very little effort. Use the "Keyboard" customization page of the built-in customizing dialog.
Sample code:
BOOL CMyApp::InitInstance()
{
...
InitKeyboardManager();
...
}