Hi Dom,
> The latest version of the ribbon control adds the ribbon Gallery
> to allow for improved handling of keyboard shortcuts.
The RibbonGallery element shows a drop-down gallery. I'm not
sure that it may impove handling of keyboard shortcuts.
> I can't quite see how one gets to show the end user what shortcuts
> are assigned to ribbon controls.
The info about shortcuts can appear in a tooltip. For example, the
ToolTip property for the 'Justify' button may contain the following:
<p><b>Justify (Ctrl+J)</b></p>
<p>Align text to both the left and right<br>
margins, adding extra space<br>
between words as necessary.</p>
Hope this will help.
Regards,
-Andrey