overte-org / overte

Overte open source virtual worlds platform.
https://overte.org/
Other
147 stars 51 forks source link

Typing indicator #1161

Open Krzeszny opened 1 month ago

Krzeszny commented 1 month ago

It's a big inconvenience when we can't tell if mute (or muted) people are typing or just standing still.

Optionally, the indicator could show what is being typed live (letter by letter).

Armored-Dragon commented 3 weeks ago

I'm thinking it should be possible to have a global script that would keep track of if the user is typing, and allow scripts to read from a variable to determine where the keyboard focus is. If the focus matches a given app, apps can take extra action. Such as the chat application showing someone is typing.