Why do different functions calling for different b...
# compose
i
Why do different functions calling for different buttons on keyboard if i use
LocalTextInputService
? If i press number (“2” for example) i got (twice!)
onKeyEvent
action, but when i press
comma
i get
onEditCommands
inside compose framework. Funny thing is that i can not intercept numbers pressing at all, but want that too much )
Better screenshot for
comma
case
I want to unify mechanism of user input without TextField. Has i selected correct instruments?