The keyboard shortcut for "Reset Zoom" is the same as for my close brakets key (}), which means I can never place curly brackets on my live scripts. I tried to go in the settings, but, for some reason, there isn't an option to change or remove this shortcut. How can I change this setting otherwise?

2 件のコメント

Ramtej
Ramtej 2024 年 4 月 12 日
Default shortcut for "Reset Zoom" is "ctrl+alt+0" which in general does not coincide with close brackets "}" key which is "shift+]". I'm wondering how these two might be same. Did you change anything?
Renan Aguiar
Renan Aguiar 2024 年 4 月 12 日
This might be true for most keyboard standards, but I use the Portuguese standard, whose key for "}" is "ctrl+alt+0".

サインインしてコメントする。

 採用された回答

Ramtej
Ramtej 2024 年 4 月 30 日

1 投票

Hello Renan,
Unfortunately, there isn't a direct option available in the preferences to disable the "Reset Zoom" shortcuts. However, you can easily disable it by adjusting the MATLAB settings as outlined below:
s = settings;
s.matlab.editor.displaysettings.DisableResetZoomKeyboardShortcut.TemporaryValue = 1;
For more detailed instructions, please refer to the documentation provided below.

1 件のコメント

Renan Aguiar
Renan Aguiar 2024 年 5 月 14 日
Extremely valuable answer. Solved the problem. Thank you!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeScripts についてさらに検索

製品

リリース

R2022a

質問済み:

2024 年 4 月 7 日

コメント済み:

2024 年 5 月 14 日

Community Treasure Hunt

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

Start Hunting!

Translated by