alt key in live script

6 ビュー (過去 30 日間)
Simone Panada
Simone Panada 2019 年 10 月 29 日
コメント済み: Matthias SImons 2020 年 4 月 22 日
to whom it may concern, I have a problem with MATLAB live scripts.
i'm using MARLAB R2019b and when i press alt or alt gr keys, it shows me shortcuts to the toolbar options. I want to disable them because i need to use alt key for writing chars like @ or [ ]. On my keybord these chars need alt+another key to be written.
in the screenshot below I show the shortcuts.
Screenshot (19)_LI.jpg
  2 件のコメント
Rik
Rik 2019 年 10 月 29 日
Generally key combinations require you to hold alt while typing the other key. That would not make these shortcuts show up. Can you confirm this is the case?
Simone Panada
Simone Panada 2019 年 10 月 29 日
編集済み: Rik 2019 年 10 月 29 日
Thank you Rik for replying vety quickly. In my case shortcuts are showed up either when I only press alt gr key or when I press alt gr + char key at the same time

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

回答 (1 件)

Ajay Pattassery
Ajay Pattassery 2019 年 10 月 31 日
編集済み: Ajay Pattassery 2019 年 11 月 1 日
You can disable the toolbox mnemonics by executing the following command.
com.mathworks.desktop.mnemonics.MnemonicsManagers.get.disable
The command can be added to your startup.m file if you want to execute the above command automatically every time you open Matlab.
If the startup.m file is not already existing, follow the procedure mentioned below to create a new one. (Refer section Startup Options in MATLAB Startup File)
  2 件のコメント
Sebastien Hoffmann
Sebastien Hoffmann 2019 年 11 月 7 日
Hello !
same thing happened to me to, since i've installed release R2019b (this behaviour was not present with R2017b).
I also noticed it only happens with the Live Editor.
However, the above mentioned command seems to work. I've added it to my startup.m file.
thanks a lot !
Matthias SImons
Matthias SImons 2020 年 4 月 22 日
Hello Ajay, thanks a lot from me too!
Although I cannot believe that you need a hack to get a workaround for a simple problem like this.
On the same note: Why is it that I cannot set preferencesfor the live editor at all?

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

カテゴリ

Help Center および File ExchangeSoftware Development Tools についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by