CTRL + ALT not providing }

조회 수: 3 (최근 30일)
Alexander Szambor
Alexander Szambor 2024년 12월 13일
편집: Alexander Szambor 2025년 1월 6일
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일
편집: 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