Azzera filtri
Azzera filtri

How can I create shortcuts to layouts

1 visualizzazione (ultimi 30 giorni)
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?

Risposta accettata

Jan
Jan il 5 Ott 2016
Did you read Yair's article about setting the layout programmtically?
  1 Commento
Richard Fisher
Richard Fisher il 5 Ott 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'

Accedi per commentare.

Più risposte (1)

Thorsten
Thorsten il 5 Ott 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.

Categorie

Scopri di più su Environment and Settings in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by