I came across a few unwanted things which may have a simple solution, but I didn't find them yet:
1: I want to add a timed page which returns to the main menu, but only if there is no activity for a certain amount of time, let's say one minute.
So: if nothing happens for one minute jump back to page 1. As soon as something happens like a button press the timer should restart at 0.
With the normal on preload / on timer jump page it just counts one minute and goes back.
2: Can I add a button which sends the TAB button? Like the Enter button is \r, is there also a code for TAB?
3: Can I make a button which sends it result (in this case just one letter per button, as in on-screen keyboard) to a web page in stead of to a input field. I already tried replacing "Input1" to "Web1" but it doesn't work.
Thanks again!

Reply With Quote

