how to implement "option+command+h" in App Designer?
Mostrar comentarios más antiguos
I would like to hide all other windows on the desktop (Mac) in App Designer when starting the programme. How do I programme the command sequence ‘option+command+h’? Thank you very much.
Respuesta aceptada
Más respuestas (1)
Oliver Jaehrig
el 27 de Mzo. de 2025
1 voto
I believe you need to find some code which is equivalent to Command + H which can be called in a system call from MATLAB. Then you can input this into the StartupFcn callback of your app.
Maybe other helpful discussion:
You could also try to use a Java robot to simulate key presses.
1 comentario
Harald von der Osten
el 28 de Mzo. de 2025
Categorías
Más información sobre Develop Apps Using App Designer en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!