Object: KeyBinding Object
Access: Read-Only
Returns the key combination associated with the keybinding object.
KeyBinding.Key
None.
A string that represents the shortcut keys combination associated with the keybinding object.
' With BindingTables object defined
' Assign shortcut keys Alt+F1 to Help->Contents->Automation
docBindingTables.AddKeyBinding "Alt+F1","Help->Contents->Automation",0,1
' With KeyBindings object defined
' Key property will return Alt+F1
MsgBox docKeyBindings.Item(1).Key