I would like the input box to be focused when finished generating text, sometimes I type text directly without selecting a answer and it's troublesome when it's not focused.
I considered this but would be unplayable on mobile if the input box keeps getting focus, because the keyboard takes up the entire screenspace. :c currently the game is having trouble detecting if its on mobile or not, so this feature will wreck mobile users
It looks like it's HTML-based, so maybe you could use the user-agent value in the request header to distinguish between Windows and Mac OS. I know Android displays as Linux unless you make it an app, so it might be hard, but I think you can recognize the two.