Clear Filters
Clear Filters

Simulink keyboard shortcut for "save as"

4 views (last 30 days)
Al
Al on 22 May 2024
Commented: Al on 26 May 2024
what is the "Save as" keyboard shortcut in Simulink, or how can I assign it as a new shortcut key?
In Matlab's Preferences, you can assign that but can't for Simulink!
Thanks

Answers (1)

Saurabh
Saurabh on 24 May 2024
Hi AI,
As per my knowledge there is no direct method to set up the Custom Shortcut Keys as we have in MATLAB, but I did find a page that talks about defining Custom shortcuts in Simulink.
In this setup, a custom menu entry is added to the Simulink Tools menu, defined by a function that outlines the menu's contents, including potential sub-menus. A specific menu item, "Create Bus Object," is configured with a Ctrl+Shift+B shortcut. Activating this item triggers a callback function that generates a bus object and a MATLAB structure for the currently selected Simulink block.
I hope this was helpful

Categories

Find more on Simulink Environment Customization in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!