-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Click and then Ctrl interpreted as Ctrl+click #16074
Comments
It is possible that my touchpad sends the mouseup event after a delay. However, in VSC I have no such problem. It's extremely annoying when I want to click on an identifier and then Ctrl+Backpace to delete the beginning of it, but Zed yeets me into a different file and deletes the identifier's definition. |
I am not able to reproduce this on my Linux machine, I attempted with a trackpad and mouse but with no luck. Could you see if this still happens with a different input device (mouse, etc) for you? |
I tried to use a wireless mouse and can confirm that with a mouse this only occurs if the sequence of events is: mouse down, key down, mouse up. (This sequence of events does not trigger Go To Definition in VSC; only key down, mouse down, mouse up does.) Therefore the behavior reported in OP is only reproducible on the touchpad. I'm using elementary OS 7.1 (based on Ubuntu 22.04.3) and, apart from elementary OS itself, I'm unaware of any 3rd party software that might be causing this. Here's the output of
|
Came here to say that I've been having this frustrating issue, one that's been stopping me from at least trying to daily-drive Zed. It only happens with touchpad, does not happen with mouse, and I don't have any special input configuration. Reproduction is exactly the same, click on something by tapping on the touchpad, and then hold Ctrl after releasing from touchpad. Zed: v0.161.1 (Zed Preview) Is there any way to get the sort of debug info ala xinput when using Wayland? |
Is it possible that my touchpad is sending repeated tap events and holding Ctrl just so happened to coincide with those subsequent events? |
Check for existing issues
Describe the bug / provide steps to reproduce it
Environment
Zed: v0.147.2 (Zed)
OS: Linux X11 elementary 7.1
Memory: 15 GiB
Architecture: x86_64
GPU: AMD Unknown (RADV RENOIR) || radv || Mesa 23.2.1-1ubuntu3.1~22.04.2
If applicable, add mockups / screenshots to help explain present your vision of the feature
Video_2024-08-11_11-10-25.online-video-cutter.com.mp4
If applicable, attach your Zed.log file to this issue.
Zed.log
The text was updated successfully, but these errors were encountered: