How to remove Reset Zoom keyboard shortcut?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Ramtej
il 12 Apr 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?
Risposta accettata
Ramtej
il 30 Apr 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.
DisableResetZoomKeyShortcut: www.mathworks.com/help/matlab/ref/matlab.editor-settings.html#mw_750786f2-4e61-4659-a8a0-3e55b3ced151
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Desktop in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!