-
Notifications
You must be signed in to change notification settings - Fork 427
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
Trackpad unusable for scrolling and zooming (MacOS) #599
Comments
Encountered the same issue, very annoying! |
@hmoazed |
@hmoazed |
This issue still exists on dev-1.3.2 288a459. Moreover, scaling by scrolling on touchpad is basically unusable since its too sensitive to operate and there is no option to adjust it. |
Hi, sorry, but this took too long, we will buy from Saleae in the future |
I found a hacky fix, in the file DSView/pv/view/viewport.cpp at line 1360 you have to divide the values by something like 16 or 32, like this:
This should probably be made into some kind of setting that users can adjust. |
…This is a QoL feature for laptop users and a fix for #DreamSourceLabgh-599
Using the trackpad to scroll through the captured data inadvertently causes zooming in and out, and vise-versa.
This is because the trackpad gesture for scrolling horizontally (two finger left or right swipe) also as a side effect triggers the gesture to zoom in and and out (two finger up or down swipe, which on MacOS trackpad is not zooming but moving up and down, zooming is accomplished using the pinch gesture).
To correct this, we'd need to add "Trackpad / Mouse" toggle, and when in Trackpad mode, the pinch gesture is used to zoom instead of the up/down gesture.
This is a very common issue in cross platform CAD programs (EasyEDA just fixed this recently, as well as Fusion 360).
The text was updated successfully, but these errors were encountered: