not getting `KEY_PRESSED` (but getting `KEY_RELEAS...
# compose-desktop
t
not getting
KEY_PRESSED
(but getting
KEY_RELEASED
) for the first key event. 🤔 Is this expected ?
a
it possibly was consumed by something. to intercept key events use onPreviewKeyEvent
🆗 1
t
probably the
Box
itself used the
PRESSED
event to gain the focus.