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
47.89k stars 2.81k forks source link

Cannot insert ‘@’ symbol with Latin American keyboard layout on MacBook Pro after version 0.154.4 #18607

Open gabwill10 opened 1 day ago

gabwill10 commented 1 day ago

Check for existing issues

Describe the bug / provide steps to reproduce it

Since version 0.154.4, my Latin American keyboard layout on a MacBook Pro (Sequoia) does not allow me to insert the ‘@’ symbol using the usual alt+q combination. I tried changing the key combination, but nothing works. This issue is exclusive to Zed editor, as I have tested the same layout in other editors and it works fine. The only way I was able to insert the ‘@’ symbol was by changing the keyboard configuration entirely.

Please investigate and fix this issue, as it affects the usability of the editor with Latin American keyboards on Mac.

Environment

Zed editor 0.154.4 MacBook Pro M1 - sequoia

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.

Zed.log


CharlesChen0823 commented 1 day ago

ref #18196

angel77lgo commented 18 hours ago

The same thing happens to me

gabwill10 commented 12 hours ago

The same thing happens to me

You can resolve like this:

[ { "bindings": { "alt-q": null } }]

in your keymap.json