ShortCutKeyDelete SUB Action Deletes the shortcut key associated with a particular menu item. Syntax ShortCutKeyDelete menu%, item% Remarks The ShortCutKeyDelete procedure uses the following arguments. menu% ----- An integer that identifies the position (from left to right) of the affected menu. item% ----- An integer that identifies the number of the menu item within the menu. Use ShortCutKeyDelete anytime you want to void shortcut keys that were previously established with ShortCutKeySet. See Also. ShortCutKeyEvent, ShortCutKeySet