Appearance
<dev:ShortcutWithTextLabel x:Name="MainShortcutWithTextLabel" Text="Press a combination of keys to change this shortcut" />
MainShortcutWithTextLabel.Keys = new List<object>() { "Win", "Alt", "F1" };
you can run demo and see this feature.