zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
50.6k stars 3.14k forks source link

Shift key types the text "shift" #20988

Closed scottpashley closed 4 days ago

scottpashley commented 4 days ago

Check for existing issues

Describe the bug / provide steps to reproduce it

Press the shift key, release, then press any other key. The word "shift" will be typed into the editor.

This appears to be caused by the key binding "shift shift": "file_finder::Toggle" - if I remove this then the problem does not occur.

Environment

Zed: v0.162.3 (Zed) OS: Linux Wayland fedora 41 Memory: 15.3 GiB Architecture: x86_64 GPU: Intel(R) Xe Graphics (TGL GT2) || Intel open-source Mesa driver || Mesa 24.2.6

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your Zed.log file to this issue.

No response

scottpashley commented 4 days ago

Apologies, this is a dupe of https://github.com/zed-industries/zed/issues/20963 - I missed this when I did the initial search!