JetBrains / compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
https://jetbrains.com/lp/compose-multiplatform
Apache License 2.0
14.85k stars 1.08k forks source link

CfW: clipboard events do not work on Windows with 1.6.10-beta02 #4728

Closed eymar closed 2 weeks ago

eymar commented 2 weeks ago

Reported in slack: https://kotlinlang.slack.com/archives/C01F2HV7868/p1714050651787849

Describe the bug Ctrl + C/V/X simply prints a character (C,V or X) into the TextField. It works as expected on macos with Cmd + C/V/X

Affected platforms

Versions

Expected behavior Ctrl + C/V/X should be handled as clipboard events.