MATLAB: Switching text from upper to lower case and back in the editor

MATLABtext case conversion

I recently jumped through many Matlab releases. One thing I cannot find in the current Editor is the action to switch text typed in UPPER CASE to lower case or vice versa. It was present in the older version, with shortcuts Ctrl+U and Ctrl+Shift+U.
Either I cannot find it in the GUI, and it was unjustly removed. In the latter case, please bring it back.
Thanks, Naum Derzhi

Best Answer

I believe the keyboard shortcut for that was removed from the default set at some point, but you can add a shortcut for that action to your custom set. See the "Customize Keyboard Shortcuts" section on this documentation page. If you search the actions list for "case" you should find the actions that change case.
If you believe these shortcuts should be added back to the default set, please contact Technical Support using the Contact Us link in the upper-right corner of this page and ask them to add this to the enhancement database.
Related Question