"Save as..." shortcut keys in figure
18 次查看(过去 30 天)
显示 更早的评论
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 个评论
Joseph Cheng
2016-6-3
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
回答(1 个)
Midimistro
2016-6-1
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!