I have the windows demo version of 5.70 LTS (x64) installed and have been going through it.
I have been looking at source code from examples and from various websites and I like what I see so far but I do have a few questions. Hopefully I can ask them all here and this site does not require 1 post per question.
Is there a way to detect if the Escape key has been pressed in a windows non-console loop such as:
Repeat
.. gadgets and wizardy stuff here
.. including KeypressedEvent detected!
Until EndConditionMet
The keyboard commands seem to be reserved for console apps. I would like to detect ESC for various reasons (for example, to close info and aux windows that were opened and if none opened, ask if app is to shut down, and so on). My apologies if this is in the manual and I have just missed it.
Some code downloaded from support sites have commands that have vanished, like
UseFile(#filenumber)
CreateGadgetList(WindowID(#num))
Is there a place where what these do/did (and what to do instead, what replaces them) can be found?
I cannot find where to set up preferred default folders/directories.
And what does the LTS stand for.

Thank you.