How should you implement instant-autocomplete?

Basically, I would like ‘9’ to be recognized as ‘(’.
Or given a dictionary, that all keys in the dict will be auto-changed to their value.

Thank you!

1 Like

You could try using an input handler for this.

1 Like