- Creating and reading the “sl_customization.m” file : https://www.mathworks.com/help/simulink/ug/registering-customizations.html#:~:text=and%20methods%20to%3A-,Add%20Items%20to%20Model%20Editor%20Menus,-Disable%20Simulink%20Toolstrip
- Article on defining custom shortcuts in Simulink : https://blogs.mathworks.com/simulink/2013/06/24/defining-custom-shortcuts-in-simulink/
How to add a keyboard shortcut for a custom action in a custom Simulink toolstrip?
6 ビュー (過去 30 日間)
古いコメントを表示
Hi Matlab and Simulink guys,
I have created a custom Simulink toolstrip tab via slCreateToolstripComponent and slCreateToolstripTab. I have added custom actions to the tab and these actions call own Matlab scripts.
Is it possible to define keyboard shortcuts for these actions (similar to what is possible via 'schema.accelerator' in sl_customization.m)? If there is no documented way, then maybe an undocumented way?
Would appreciate any help and thanks in advance ...
0 件のコメント
回答 (1 件)
Govind KM
2024 年 8 月 20 日
Hi Ferry,
This is a known issue with custom toolstrips. If keyboard shortcuts are necessary for your workflow, the best approach would be to continue using custom menus by defining a “sl_customization.m” file. To do so, you can refer to the following links:
Hope this is useful.
0 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!