Is it possible to handle volume key presses with `...
# compose
d
Is it possible to handle volume key presses with
Modifier.onKeyEvent
(it doesn't seem to work in my code)? Or is the
Activity.dispatchKeyEvent
method a way to go?