GUI keyboard shortcut without using keypressfcn
2 views (last 30 days)
Show older comments
Hello!
I want to create keyboard shortcuts for a GUI program, but it only appears inspector when I attempt to view callbacks, its .m file is not using callback handles to construct the GUI. The reason and solution HERE do not apply to my case. So the methods illustrated HERE are not working.
Is there a way I can create shortcuts without keypressfcn? Maybe by indexing the object tag?
Any help would be highly appreciated!
10 Comments
Bruno Luong
on 6 Sep 2022
Can you just load the fig file in GUIDE and uncheck the option 'Generate FIG file only'?
Answers (0)
See Also
Categories
Find more on Migrate GUIDE Apps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!