I am using `.onKeyPressed(…)` `Modifier` which wor...
# compose
a
I am using
.onKeyPressed(…)
Modifier
which works fine for the software keyboard, but the key events do not work when using
scrcpy
and entering things with the hardware keyboard.. is there something I need to check or enable first?
1