CTRL + ALT not providing }
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
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:
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!