Skip to content
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

Cannot write @ on a Hungarian keyboard since I updated to 0.154.0 preview #18196

Closed
1 task done
FightMan01 opened this issue Sep 22, 2024 · 3 comments
Closed
1 task done
Labels
duplicate Additional reports of an existing issue

Comments

@FightMan01
Copy link

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

In the Hungarian keyboard you write the @ symbol with Option + Q. But when I press it in Zed nothing happens since the last update.

Environment

Zed: v0.154.0 (Zed Preview)
OS: macOS 15.0.0
Memory: 16 GiB
Architecture: aarch64

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

Kepernyofelvetel.2024-09-22.-.10.23.08.mov

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

No response

@FightMan01 FightMan01 added admin read bug [core label] labels Sep 22, 2024
@MrSubidubi
Copy link
Contributor

MrSubidubi commented Sep 22, 2024

The same issue occurs for QWERTZ-layouts, see my issue:

You have to manually remove the binding for Editor::rewrap in your keymap.json:

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

Do you wish me to update my issue so that it reflects other keyword-layouts are also affected? That way we can keep the discussion at one place.

@FightMan01
Copy link
Author

Thank you, I somehow missed your issue. Yes, keep the discussion at one place, I will close mine.

@MrSubidubi
Copy link
Contributor

MrSubidubi commented Sep 22, 2024

No worries. I updated my issue to reflect that your keyboard-layout is also affected. Feel free to upvote the issue for visibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Additional reports of an existing issue
Projects
None yet
Development

No branches or pull requests

3 participants