Skip to Main Content Skip to Search
File Exchange
MATLAB Newsgroup
Link Exchange
  Blogs  
 Contest 
MathWorks.com

Inside the MATLAB Desktop

April 6th, 2007

Keeping your fingers on the keyboard

The point and click capabilities of the MATLAB desktop make it easy to learn and use but once you’ve worked with MATLAB for a while you may find that you are most productive keeping your fingers on the keyboard. To accommodate your high productivity work style the MATLAB desktop provides key combinations that let you move the keyboard focus among the desktop tools.

Ctrl+Tab and Ctrl+Shift+Tab cycle focus forward and backward, respectively, among the visible desktop tools.

Ctrl+PageUp and Ctrl+PageDown cycle focus forward and backward, respectively, among tabbed tools or documents such as M-files in the Editor.

Taken together the above key combinations let you move focus to any tool or document within the desktop.

Even so, the focus cycling approach can be cumbersome when you have a large number of tools or documents open. Furthermore, if you work with some of your tools undocked from the main desktop window you might find yourself also using your operating system’s window access key combination (e.g. Alt+Tab on Windows).

If you’re willing to devote a few more neurons to MATLAB key combinations, each desktop tool has an associated key combination that will move focus directly to it. These key combinations are listed on the Window menu.

Window Menu

The Window menu also dynamically assigns mnemonic keys to each open document (M-File, figure etc.). You can move focus to a particular document by pressing Alt+W to invoke the Window menu and then typing the mnemonic letter assigned to that document.

Since the goal is to increase your productivity with MATLAB I’ll let you get back to work now.

Leave a Reply


Inside the MATLAB Desktop is written by the MATLAB Interface teams.

Team picture
  • Etienne: Hello, Is it possible to change the background color of a particular cell?
  • Ken: No problem Mark…glad to help. Enjoy your font!
  • Mark Andrews: Ken, thanks for replying @3 and giving such clear instructions on how to get this to work.
  • Steve Eddins: Hi Ken, Every year or so I try to find a programming font that would really make me happy. A couple of...
  • Ken: @Jiro: Andale Mono looks nice! I especially like the rendering of the letter “g”.
  • Ken: Hi Mark, The issue your referring to (see the bug report here) was fixed in version 7.5 (R2007b). The problem...
  • Jiro: Ken, That’s a nice font. I use “Andale Mono” which has a similar look. I also like the clear...
  • Queffurust: This is my “cleanup” ; shortcut clc % clear Command Window close all hidden % deletes all...
  • Mark Andrews: Ken, should this work with version 7.0 (R14) on Windows? My favorite font is Consolas, but MATLAB seems...
  • Mark Feldman: Like Bryan (#38) and Kim (#40), I strongly request that you add native vi key bindings to the MATLAB...

These postings are the author's and don't necessarily represent the opinions of The MathWorks.

Related Topics