Benny K
Benny K

Reputation: 2087

Is there a keyboard shortcut in MATLAB to make the current folder bar active?

If not, is there a way to define one ? Am using matlab R2017a on Windows7 64 machine.

Upvotes: 0

Views: 128

Answers (1)

myradio
myradio

Reputation: 1775

As @SardarUsama said, under Home > Environment > Preferences > Keyboard > Shortcuts you can find the shortcuts.

At least in MATLAB 2017b with default Macintiosh Default set, the options I found looking for path are:

Copy Full Path to Clipboard
Set Path

So, the answer to your question would be: no, there is not.

As workaround to whatever you want to do with the path bar, you can use pwd (print working directory) and cd (change directory) commands in the Command Window to print your current path and change the current path, respectively.

Upvotes: 1

Related Questions