HP Forums
How to simulate the escape key pressed - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: How to simulate the escape key pressed (/thread-5295.html)



How to simulate the escape key pressed - wChris79 - 12-08-2015 07:01 AM

Hello,
I want to know in programming mode how to simulate escape key pressed and how to return to the catalog of programs after a STARTAPP (" Function ") and a .STARTVIEW(1).
Thank you for your help.


RE: How to simulate the escape key pressed - cyrille de brébisson - 12-09-2015 05:52 AM

Hello,

you can not simulate the ESC key.
However, you can switch view (to home, like ESC does, or other) by using the startview command. look at the help for more info (program catalog is startview(-7)

Cyrille


RE: How to simulate the escape key pressed - wChris79 - 12-09-2015 12:54 PM

Hello,

OK that works... You are correct to the second question the answer was in the STARTVIEW () documentation. With apologies and thank you again for your help.