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 for Editor::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 my keymap.json with
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 https://github.com/zed-industries/zed/issues/4588#issuecomment-2230128399 , 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