Hello hello. I updated compose multiplaform in a p...
# compose-web
l
Hello hello. I updated compose multiplaform in a project of mine and I noticed that
org.jetbrains.skiko.SkikoKey
is not available anymore. Which is they way to get the selected keys now?
a
Copy code
Modifier.onKeyEvent {
   it.key == Key.Spacebar
}
?
l
ah, much simpler in this version =]. Thanks Alexander!