Keyboard Shortcut for the Listing of Submenu Items in Main Menu - Matlab GUI
6 次查看(过去 30 天)
显示 更早的评论
I created the Menu for my Matlab GUI which is "File" under which sub menus are Open, Save & Exit. When i clicked on the File Menu, it will list down the sub menu items Open, Save & Exit.
I want to assign a shortcut key for this file menu instead of clicking the file menu when i press the "Alt+F" it has the show the list down of sub menu items.I don't want to use the shortcut option provided by the Guide, i want to hard code that shortcut Key.
I have coded for the combination of the key detection (Alt+F) but which function/call back has to be used for the listing down of the sub menu items ?
0 个评论
回答(1 个)
Image Analyst
2014-9-9
Not sure what difficulties you're facing, but each menu item, no matter where it is in the hierarchy of menus and submenus, can be assigned a shortcut keystroke combination. So for example if you want File->Open to be control-O, you can specify that in the menu editor within GUIDE.
2 个评论
Image Analyst
2014-9-9
编辑:Image Analyst
2014-9-9
MATLAB is a cross platform app and unfortunately for us Windows users doesn't seem to follow all the conventions, like typing Enter to take the default button. I think it follows Java conventions more than Windows. If it doesn't respond to alt-F then you may just be a victim of differences between Java and Windows.
By the way, on my Windows 7 computer if you type Alt then down arrow (one after the other), the File menu drops down.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!