Description
Is your feature request related to a problem? Please describe.
I will be using Stellarium in a planetarium dome. I would like to give presentations in much the same way you would with Keynote or PowerPoint, advancing to the next topic.
Describe the solution you'd like
Ideally, we could connect a Bluetooth presentation remote. In a custom script, we could write "wait", which then waits for input from the remote. Then, once detected it moves forward in the script.
Describe alternatives you've considered
This issue solves this partially in a hacked way: #2920. In the scripts provided, it hacks together a "wait" for a specific key you press. Then you can advance. I've tested the scripts and they do work.
To then mimic a remote, I've used an iPhone app that simulates a keyboard and sends commands to my Mac. This is prone to a lot of error.
Additional context
Apparently, there was a function called "pauseScript", but this has been removed in recent versions of Stellarium.