class | ||||||||||
|
See View.LabelString for information about keyboard mnemonics in label. A mnemonic for navigating among menu items is distinct from a menu item’s keyboard shortcut.
If shortcut is not #false, the menu item has a shortcut key combination. See MenuItem.Shortcut for more information.
If help_test is not #false, the item has a help string. This string may be used to display help information to the user.
annotation | |
| |
function | |
|
a Char;
a KeyEvent.Key; or
a list of modifier symbols ending with a Char or KeyEvent.Key. The following modifier symbols are allowed:
The MenuItem.default_shortcut_prefix function returns the list of modifier symbols that is added for the current platform when just a Char or KeyEvent.Key is provided for a shortcut.
