Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix browser clipboard events handling on Windows #1329

Merged
merged 1 commit into from Apr 29, 2024

Conversation

eymar
Copy link
Collaborator

@eymar eymar commented Apr 29, 2024

Solution: When Ctrl is pressed, isTypedEvent should return false

Fixes JetBrains/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

When Ctrl is pressed, isTypedEvent should return false
@eymar eymar requested a review from Schahen April 29, 2024 14:26
@eymar eymar merged commit ec71aae into jb-main Apr 29, 2024
6 checks passed
@eymar eymar deleted the ok/check_ctrl_in_isTypedEvent branch April 29, 2024 15:43
eymar added a commit that referenced this pull request May 1, 2024
**Solution:** When Ctrl is pressed, isTypedEvent should return false

Fixes JetBrains/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants