You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Solution:** When Ctrl is pressed, isTypedEvent should return false
FixesJetBrains/compose-multiplatform#4728
## Testing
Added two more unit tests.
## Release Notes
### Fixes - Web
- _(prerelease fix)_ Fix Browser Clipboard Events and other shortcuts
handling on Windows
eymar
added a commit
to JetBrains/compose-multiplatform-core
that referenced
this issue
May 1, 2024
**Solution:** When Ctrl is pressed, isTypedEvent should return false
FixesJetBrains/compose-multiplatform#4728
## Testing
Added two more unit tests.
## Release Notes
### Fixes - Web
- _(prerelease fix)_ Fix Browser Clipboard Events and other shortcuts
handling on Windows
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.
The text was updated successfully, but these errors were encountered: