property Ribbon.ShortcutKeyPadding as String
Specifies the UI shortcut key's content padding.

TypeDescription
String A String expression that indicates the UI shortcut key's content padding.
By default, the ShortcutKeyPadding property is "3,0,3,0". The ShortcutKeyPadding property specifies the UI shortcut key's content padding. The ShortcutKeyVisible property indicates the way the control shows the available keys when user presses any modifier keys such as SHIFT, CTRL or ALT. The Shortcut property specifies the key combination that the user can press to select the item quickly. The ShortcutKeysInfo property returns the list of shortcut keys that are currently available. 

The following properties customize the format/look the shortcut keys are displayed:

The ShortcutKeyPressedModifers property indicates the combination of modifier keys whose shortcut keys are currently visible.