Disabeling figure shortcuts (alt + something) programmatically
13 次查看(过去 30 天)
显示 更早的评论
Hello,
I am maintaining some MATLAB GUI Program (written using GUIDE) for annotating physiological waveforms. Essentially, given a plot of a time series the goal is to annotate certain events. Unfortunately, the developer before me chose to use keyboard combinations such as 'left mouse + alt' and 'left mouse + d' for manually annotating the waveforms. On windows (not on mac) this, however, opens the toolbar of the figure window and thus interferes with the signal labeling.
Is there a way to programmatically (or worst case manually) disable the shortcuts for the figure window, i.e., 'alt + something' should not open the drop down menu.
Thanks!
PS: Under 'preferences --> keyboard --> shortcuts' I could not find the shortcuts for the figure window.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Entering Commands 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!