-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Autostart feature misses a settings to specify a specific action #9
Comments
Thanks for this idea. For all flavors except MO5 it's quite easy to start the game with another Basic using the virtual keyboard. For the MO5 it's more complex, the virtual keyboard does not even have all the letters required to type RUN" or LOADM"",,R (and I don't want to add too much letters because it would make the virtual keyboard unusable). |
Hi,
|
Thanks for the MO5 tip. |
I now use a heuristic to choose between RUN" and LOADM"",,R on MO5. For other models, using the virtual keyboard to choose C instead of B seems to be the most straightforward solution. |
Hello,
The autostart feature is very helpful to automatize start of programs.
But it doesn't work for all software:
I think it's very difficult to support start of all existing software.
The fastest and easiest way would be to add a setting at core startup to specify the action required to start the program.
For example, something like theodore_autorun_action = "C" or theodore_autorun_action="LOADM".
Maybe as a first step this new setting could only support predefined actions, and in a later release, it could be replaced some kind of macro feature.
What do you think?
Best Regards,
MaRvIn054.
The text was updated successfully, but these errors were encountered: