How to link an App-Designer push button to a keyboard key?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I create two push buttons for my program, PREVIOUS and NEXT, how do I linke them to the Left and right Arrow key on my keyboard?
0 Kommentare
Antworten (1)
Nicolas B.
am 17 Sep. 2019
Hey,
you can implement the callback UIFigureKeyRelease on your UIFigure object. Then, you juste have to implement the code to get left or right.
Regards
1 Kommentar
Leon
am 17 Sep. 2019
Many thanks for the hint, Nicolas!
Do you have an example code for this purposes?
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!