CTRL + ALT not providing }

6 次查看(过去 30 天)
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 个评论
Alexander Szambor
Alexander Szambor 2024-12-19
Thank you for the solution! It worked :)
Alexander Szambor
Alexander Szambor 2024-12-19
I could not mark that as a solution, i repeated your solution in the comment below.

请先登录,再进行评论。

采纳的回答

Swastik Sarkar
Swastik Sarkar 2024-12-20
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 个评论
Alexander Szambor
编辑:Alexander Szambor 2025-1-6
The .TemporatyValue gets reset on restart.
For me the PersonalValue worked upon restarting the Program.
s = settings;
s.matlab.editor.displaysettings.DisableResetZoomKeyboardShortcut.PersonalValue=1;

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Desktop 的更多信息

产品


版本

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by