Borrar filtros
Borrar filtros

How to remove Reset Zoom keyboard shortcut?

27 visualizaciones (últimos 30 días)
Renan Aguiar
Renan Aguiar el 7 de Abr. de 2024
Comentada: Renan Aguiar el 14 de Mayo de 2024
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 comentarios
Ramtej
Ramtej el 12 de Abr. de 2024
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 el 12 de Abr. de 2024
This might be true for most keyboard standards, but I use the Portuguese standard, whose key for "}" is "ctrl+alt+0".

Iniciar sesión para comentar.

Respuesta aceptada

Ramtej
Ramtej el 30 de Abr. de 2024
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 comentario
Renan Aguiar
Renan Aguiar el 14 de Mayo de 2024
Extremely valuable answer. Solved the problem. Thank you!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Debugging and Analysis en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by