Returns the key of the shortcut or sets it.

Type Info:

Key As String
Example:
Dim Dlg As Win32ShortcutDialog

Set Dlg = Application.Tools.RestypeEditors.Win32ShortcutDialog

Dlg.Id = "ID_SHORTCUT_TEST"
Dlg.Key = "A"
Dlg.Type = "CONTROL SHIFT NOINVERT VIRTKEY"

If (Dlg.Show) Then
    MsgBox "Changed Shortcut"
End If
See also:

Class Win32ShortcutDialog

Last Updated: 11/10/04