Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Sets the menu item shortcut.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Menubar | 5.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
Path | The ID or path to the menu entry. Use Menubar.ListMenuCommands to find out the IDs and names. |
49297 |
Key | Which key to use. | "D" |
Modifiers | Which modifiers to use. can include command, option, shift or control. | "command shift" |
Returns OK or error.
Set Shortcut to "⌘⇧D" for the Data Viewer by ID:
MBS("Menubar.SetMenuCommandShortcut"; 49297; "D"; "shift command")
Set Shortcut to "⌘⇧D" for the Data Viewer by name in German:
MBS("FM.SetMenuCommandShortcut"; "Werkzeuge¶Datenanzeige"; "D"; "command shift")
Created 15th November 2014, last changed 15th November 2014
Menubar.RunMenuCommand - Menubar.SetMenuCommandTitle
Feedback: Report problem or ask question.