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

Can't Do @ Character in Turkish Keyboard #19201

Closed
1 task done
sonumuto opened this issue Oct 14, 2024 · 4 comments · Fixed by #19364
Closed
1 task done

Can't Do @ Character in Turkish Keyboard #19201

sonumuto opened this issue Oct 14, 2024 · 4 comments · Fixed by #19364
Labels
bug [core label] internationalization Feedback for human language support, translations, etc keymap / key binding Feedback for keyboard shortcuts, key mapping, etc

Comments

@sonumuto
Copy link

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

Hi,

I’m having trouble typing the “@” character on a Turkish keyboard. I know it sounds strange, but it works fine in other editors, IDEs, and notepads. Normally, we use the key combination Q + Option to get the “@” character. Let me know if you need more details about the issue. Thanks!

Environment

Not applicable to MacOS.

MacOS Version 15.0.1 (24A348)
Macbook Pro M2 Pro

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

@sonumuto sonumuto added admin read Pending admin review bug [core label] triage Maintainer needs to classify the issue labels Oct 14, 2024
@htor
Copy link

htor commented Oct 14, 2024

Have you tried setting terminal.option_as_meta = false in your settings.json?

@sawakaga
Copy link

On Terminal once you do terminal.option_as_meta = false it works and @ enables.

Inside editor still I cannot do @ also

Have you tried setting terminal.option_as_meta = false in your settings.json?

@htor
Copy link

htor commented Oct 15, 2024

Inside editor still I cannot do @ also

That might be a conflicting key binding you need to unbind. In my Default Key Bindings I have "alt-q": "editor::Rewrap". Maybe you need to remap that to null?

@notpeter
Copy link
Member

notpeter commented Oct 17, 2024

@htor is correct. You will want to add the following to your keymap.json (cmd+k, cmd+s):

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

The work to fix this properly is planned and there is a discussion about some of the details here:

Duplicate of:

@notpeter notpeter added internationalization Feedback for human language support, translations, etc keymap / key binding Feedback for keyboard shortcuts, key mapping, etc and removed triage Maintainer needs to classify the issue admin read Pending admin review labels Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug [core label] internationalization Feedback for human language support, translations, etc keymap / key binding Feedback for keyboard shortcuts, key mapping, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants