Keybind for Editor::rewrap
prevents @
from being typed in editor for certain keyboard-layouts on Mac
#18104
Closed
1 task done
Labels
bug
[core label]
editor
Feedback for code editing, formatting, editor iterations, etc
internationalization
Feedback for human language support, translations, etc
keymap / key binding
Feedback for keyboard shortcuts, key mapping, etc
macOS
Platform-specific feedback for macOS behaviors, features, design, etc
Check for existing issues
Describe the bug / provide steps to reproduce it
Due to
option-q
being mapped to@
on certain keyboard-layouts for Mac, I am unable to enter the@
-symbol in the editor as this conflicts with the keybinding introduced forEditor::rewrap
in #17953 .The affected keyboard-layouts include at least the QWERTZ - and the hungarian layout.
I had to manually remove the keybinding for
Editor::rewrap
in mykeymap.json
withWhile this seems to be the most reasonable keybinding as per #4588 (comment) , I do not think this should cause symbol inputs to not be registered and require a manual unbind.
I believe this might be a Mac-only issue, as non-mac keyboards bind
@
toAlt Gr + q
, however I am not sure whether GPUI differentiatesAlt
andAlt Gr
.Environment
Zed: v0.154.0 (Zed Preview)
OS: macOS 14.6.1
Memory: 8 GiB
Architecture: aarch64
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
The text was updated successfully, but these errors were encountered: