Ribbon KeyTips
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
KeyTips allow to access any ribbon element by the keyboard. When Alt or F10 key is pressed, small key information windows appear near corresponding ribbon elements such as tabs, buttons or menu buttons, and an user can navigate ribbon bar using keyboards and execute required commands.
KeyTips on Ribbon Tabs and other top-level elements:
KeyTips on Ribbon Tab Elements:
KeyTips on Ribbon Menu:
Sample code:
// Associate "F" key with an ribbon element:
pElement->SetKeys (_T("f"));