How can I disable the display of toolstrip access keys by pressing the "Shift+Alt" key combination?
21 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I'm used to changing the language by pressing the key combination "Shift + Alt" (first Shift, then Alt, then both release). However, in R2025a (unlike R2023b, which was used for a long time before), pressing such a key combination causes toolstrip access keys to appear.
It's very annoying. Moreover, interestingly, "Alt + Shift" does not cause this behavior.
I've tried the method described in these posts:
- How to disable shortcut hints in editor? - MATLAB Answers - MATLAB Central
- alt key in live script - MATLAB Answers - MATLAB Central
- How can I disable Toolstrip keybindings? - MATLAB Answers - MATLAB Central
>> com.mathworks.desktop.mnemonics.MnemonicsManagers.get.disable
However, this solution probably doesn't work anymore due to the editor updates.
How can I disable the appearance of toolstrip access keys when pressing "Shift+Alt"?
1 comentario
Joseph
el 28 de Ag. de 2025
This is a challenge for me as well. I am used to keyboard shortcut of Alt+K to move cursor to next word (and other things like that), but in 2025a this does not work because pressing Alt forces the user to interact with the mnematic popup. Would love a fix.
Respuestas (1)
Ver también
Categorías
Más información sobre Desktop en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!