Command.Accelerator
Property: Accelerator as string
Description:
Returns the accelerator key defined for the command. If the command has no accelerator key assigned, this property returns the empty string. The string representation of the accelerator key has the following format:
[ALT+][CTRL+][SHIFT+]key
Where key is converted using the Windows Platform SDK function GetKeyNameText.