fix: closes #7274 - Fixed mouses simulating swipes with Forward and B…#7672
Merged
mr-cheffy merged 2 commits intozen-browser:devfrom Apr 17, 2025
Merged
fix: closes #7274 - Fixed mouses simulating swipes with Forward and B…#7672mr-cheffy merged 2 commits intozen-browser:devfrom
mr-cheffy merged 2 commits intozen-browser:devfrom
Conversation
…rward and Back buttons
5 tasks
5 tasks
|
@mathieutu I just did a clean install and this no longer works for me consistently. It will sometimes randomly work if I start scrolling with my trackpad, and then right after that I scroll with the thumb wheel. |
Contributor
Author
|
@Blendertom I did not reinstall the mouse software, so I can't say right now, sorry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
Firstly, thanks for this amazing work! This browser is a 💎, and it's an honour to contribute to such a project!
On several mouses, and mouses customization softwares (like Logitech Option +, or Better Mouse), the Back and Forward event are emulated by sending a Left or Right SwipeEvent.
This blocks the usage of these buttons to switch workspace due to the way the events were previously handled.
This PR fixes the issue.
Tested with a Logitech MX Vertical, and a MacBookPro Trackpad.
Thanks!
fix #7274