"Save as..." shortcut keys in figure
17 views (last 30 days)
Show older comments
Hi,
I would like to use "Save as..." function when saving figure files a little faster by using the shortcut keys instead of clicking several menus with mouse. I tried to set a shortcut key in the "preferences -> Keyborad -> Shortcuts", however, is only working when I save in the editor not when saving figure files. Is there a way to set shortcut keys that works for figure?
Thanks,
3 Comments
Joseph Cheng
on 3 Jun 2016
one this you could do is also code in a button in the figure or msgbox to querry your to save. might get annoying depending on the number of figures you maybe cycling through
Answers (1)
Midimistro
on 1 Jun 2016
Joseph is right.
Unfortunately, figures do not have an optional "Save As" shortcut, as seen in the figure's "File" menu. Therefore, your quickest and only shortcut to "Save As" with a figure is "alt"+"f" (which accesses the "file" menu), then pressing "a" (which selects "Save As"). This operation is the default with almost all Windows programs and is available whether there is a preference for "Save As" or not.
Usually if there is an optional shortcut, it would be listed in the "File" menu to the right of the shortcut's target (E.g. "ctl"+"s" is almost always listed next to "Save"). Sorry if you were looking for a different option other than this approach.
0 Comments
See Also
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!