Keyboard Customization

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Fully implemented 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.

Keyboard Customization

Sample code:

BOOL CMyApp::InitInstance()
{
        ...
        InitKeyboardManager();
        ...
}