CTRL + ALT not providing }

1 visualización (últimos 30 días)
Alexander Szambor
Alexander Szambor el 13 de Dic. de 2024
Editada: Alexander Szambor el 6 de En. de 2025
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 comentarios
Alexander Szambor
Alexander Szambor el 19 de Dic. de 2024
Thank you for the solution! It worked :)
Alexander Szambor
Alexander Szambor el 19 de Dic. de 2024
I could not mark that as a solution, i repeated your solution in the comment below.

Iniciar sesión para comentar.

Respuesta aceptada

Swastik Sarkar
Swastik Sarkar el 20 de Dic. de 2024
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 comentario
Alexander Szambor
Alexander Szambor el 6 de En. de 2025
Editada: Alexander Szambor el 6 de En. de 2025
The .TemporatyValue gets reset on restart.
For me the PersonalValue worked upon restarting the Program.
s = settings;
s.matlab.editor.displaysettings.DisableResetZoomKeyboardShortcut.PersonalValue=1;

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Desktop en Help Center y File Exchange.

Productos


Versión

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by