-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
key binding "ctrl+`" creates an invalid character #4624
Comments
Hmmm, I actually can't reproduce this @Spoutnik97. Would you feel comfortable pasting in your |
Actually, can you also clarify the keybinding you're using? |
My settings.json : keymap.json :
Just to clarify, I am using an AZERTY (french keyboard on macos). I am using the "ctrl+`" keybinding |
I have a similar problem when typing default.movTemporary solutionThe solution was to actually type "ctrl-<" as listed in the "View" menu, even if the default key bindings is configured with : "ctrl-`": "terminal_panel::ToggleFocus", Pretty sure this is a duplicate of #5195 and #5196. Could this be resolved by #17031? |
The original issue here ( If you have a similar issue please search the existing issues to see if you issue has already been reported: Thanks for reporting! |
Check for existing issues
Describe the bug / provide steps to reproduce it
I would like to open the terminal panel with the keybinding "ctrl+`" 'like on VSCode, but instead of opening a new panel, Zed write an "invalid character" in the current file. This character is invisible on Zed, but visible on VsCode

I don't understand how to debug this
Environment
Zed: v0.94.4 (stable)
OS: macOS 13.4.0
Memory: 16 GiB
Architecture: x86_64
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.If you only need the most recent lines, you can run the
zed: open log
command palette action to see the last 1000.No response
The text was updated successfully, but these errors were encountered: