CTRL + ALT not providing }
25 views (last 30 days)
Show older comments
Alexander Szambor
on 13 Dec 2024
Edited: Alexander Szambor
on 6 Jan 2025
I am using CTRL + ALT to write } , however in 2024b this does not work anymore.
I am forced to use ALT GR.
I found no way to change that in the options. In other programs it works perfectly fine.
Is there a way for me to return this function as it was?
5 Comments
Accepted Answer
Swastik Sarkar
on 20 Dec 2024
Ctrl + Alt + 0 resets the zoom to 100%. However, executing the following code disables this shortcut:
s = settings;
s.matlab.editor.displaysettings.DisableResetZoomKeyboardShortcut.TemporaryValue = 1;
For more information, refer the following documentation:
1 Comment
More Answers (0)
See Also
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!