mjrgh / PinballY

A table browser and launcher ("front end") for virtual pinball cabinets.
Other
47 stars 22 forks source link

Return to last table/navigation entry when leaving attract mode #230

Open jueank opened 10 months ago

jueank commented 10 months ago

When attract mode is being stopped by a key press, the position in the list of tables is not restored to what it was before entering attract mode. I would prefer that - at least optionally - PinballY returns to where the navigation was before entering attract mode. Case is: The user leaves the Cab for a few minutes and wants to continue where he left. (e.g. maintaining the tables, being at a certain alphabetical position). I have two alternative proposals: a) Use one of the existing Commands to interrupt attract mode and return the the previous position. E.g. 'Exit game' or 'Cancel'. All other Commands (keys/buttons) interrupt attract mode as well but leave the navigation where it is in that moment (same behavior as now). b) Add an option in the Options dialog to define what should happen when interrupting attract mode (stay at that position or return to the position before entering attract mode)