BCGControlBar Pro for MFC
void CBCGPWorkspace::EnableLoadKeyboardAccelerators ( BOOL  bEnable = TRUE)
inline

Enables or disables loading of keyboard accelerators along with other settings.

By default, all previously loaded keyboard accelerators are loaded from the application registry data. To prevent this loading (if your application does not include keyboard customization as part of the Ribbon or toolbar customization dialogs), please call this method with parameter FALSE in your application class constructor. This ensures that newly added keyboard accelerators (in the Resource Editor) will always be available.

Parameters
bEnableTRUE - enable; FALSE - disable.