What do you want to achieve?
- Modify the “Target textarea” of a keyboard using an event.
I want to be able to add an event that calls lv_keyboard_set_textarea() on a text area event, e.g. text area is focused or clicked.
Do you see alternative options and workaround to achieve it?
I can use the call function and write the code manually, but it would be nice to have built-in support.
Mention some use cases
This would be useful in any case where you have multiple text entry areas that need to use a single keyboard, such as form entry.