How to link an App-Designer push button to a keyboard key?

1 visualización (últimos 30 días)
Leon
Leon el 16 de Sept. de 2019
Comentada: Leon el 17 de Sept. de 2019
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?

Respuestas (1)

Nicolas B.
Nicolas B. el 17 de Sept. de 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 comentario
Leon
Leon el 17 de Sept. de 2019
Many thanks for the hint, Nicolas!
Do you have an example code for this purposes?

Iniciar sesión para comentar.

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by