How do I Ctrl-R on Mac?

Does anyone know how to use the Ctrl-R shortcut that comments a block of code in one go on MacOS? I've tried Cmd-R but that doesn't work. If anyone has any suggestions it would be very much appreciated.
Thank you.

 Accepted Answer

Geoff Hayes
Geoff Hayes on 16 Jan 2020

1 vote

Katy - on my version of MATLAB (on a Mac), I can comment a block of code with Cmd /. (Note that Cmd T uncomments the block of code.)

2 Comments

That did the trick. Thank you very much!
How do you accomplish that? cmd + shift + 7 ? No effect

Sign in to comment.

More Answers (1)

Steven Lord
Steven Lord on 17 Jan 2020

1 vote

FYI to search for or customize the keyboard shortcuts, see the Keyboard preferences as described on this documentation page. Searching for "comment" will find you the correct action and show you its shortcut.

Categories

Community Treasure Hunt

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

Start Hunting!