MenuItem.AlternateMenuModifier
From Xojo Documentation
This item was deprecated in version 2019r2. Please use MenuItem.HasSecondaryModifierKey as a replacement. |
Design Property (as Boolean)
The Shift key on all platforms. If True, the Shift key must be held down while pressing the value of the Key property to trigger the event handler of the MenuItem.
Notes
Use MenuItem.KeyboardShortCut to change this value at runtime.