It turns out that CTRL+SHIFT+A does what I need. A pity that it's apparently stopped being user-settable, but at least a shortuct exists. (I still haven't found where this is documented, but the operation is listed and a shortcut shown if you right-click highlighted text in the editor. I guess this is supposed to be obvious, but it wasn't to me.)
Keyboard shortcut for change to upper case in editor
8 次查看(过去 30 天)
显示 更早的评论
In R2021a I have a keyboard shortcut which changes selected text to upper case in the editor. In R2022a the action "Change to upper case" no longer appears in the list of actions found under Home > Preferences > Keyboard > Shortcuts. Is there an alternative way to set up such a shortcut now?
0 个评论
采纳的回答
更多回答(2 个)
Image Analyst
2022-8-27
When you installed the new version it should have transferred over all your shortcuts. It did for me. It it's not there in the quick launch toolbar in the upper right then you'll just have to recreate the shortcut.
6 个评论
Image Analyst
2022-8-27
You might try asking Yair Altman if there is a way to get the highlighted text in the editor window:
Maybe something like matlab.desktop.editor.somethingOrOther
Image Analyst
2022-8-27
Do this in both versions of your programs
>> dir(prefdir)
Do you see shortcuts.xml in one but not the other? If so, copy it over.
3 个评论
Image Analyst
2022-8-29
Well I guess then you're just out of luck. Maybe a call to tech support might help.
另请参阅
类别
在 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!