Clear Filters
Clear Filters

How can I create shortcuts to layouts

1 view (last 30 days)
I've created several custom layouts, which I want to access via shortcut, rather than selecting HOME > Layout > CustomLayout on the toolstrip.
Is there a way to change the layout using a shortcut/hotkey?

Accepted Answer

Jan
Jan on 5 Oct 2016
Did you read Yair's article about setting the layout programmtically?
  1 Comment
Richard Fisher
Richard Fisher on 5 Oct 2016
This works perfectly, thanks. For future reference, I've added the following to shortcuts in the toolbar for each layout:
com.mathworks.mde.desk.MLDesktop.getInstance.restoreLayout('LargePane')
I can then call this using a mnemonic (alt-1 for me).
This requires a Layout called 'LargePane'

Sign in to comment.

More Answers (1)

Thorsten
Thorsten on 5 Oct 2016
You can set Shortcuts under Matlab > Preferences > Keyboard > Shortcut, but only for some pre-defined actions; changing the layout is not amongst them, at least not for my Matlab version. So I fear the answer to your question is NO.

Categories

Find more on Environment and Settings in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!