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 efforts. Use "Keyboard" customization page of built-in customizing dialog.
Sample code:
BOOL CMyApp::InitInstance()
{
...
InitKeyboardManager();
...
}