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 type curly brackets to the terminal on a Finnish keyboard layout #15964

Closed
1 task done
esamattis opened this issue Aug 8, 2024 · 8 comments · Fixed by #19364
Closed
1 task done

Cannot type curly brackets to the terminal on a Finnish keyboard layout #15964

esamattis opened this issue Aug 8, 2024 · 8 comments · Fixed by #19364
Labels
bug [core label] internationalization Feedback for human language support, translations, etc terminal Feedback for terminal integration, shell commands, etc

Comments

@esamattis
Copy link

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

On Finnish keyboard layout curly brackets are typed using shift+option+8/9. It works on the text editor but not on the terminal. See the video.

Environment

Zed: v0.147.2 (Zed)
OS: macOS 13.6.7
Memory: 32 GiB
Architecture: x86_64

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

ScreenFlow.mp4

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

Zed.log
@esamattis esamattis added admin read Pending admin review bug [core label] triage Maintainer needs to classify the issue labels Aug 8, 2024
@JosephTLyons JosephTLyons added internationalization Feedback for human language support, translations, etc terminal Feedback for terminal integration, shell commands, etc and removed triage Maintainer needs to classify the issue admin read Pending admin review labels Aug 9, 2024
@villem
Copy link

villem commented Aug 10, 2024

Me too, also with Finnish keyboard. Is there any workaround?

@rooperuu
Copy link

This also affects other symbols like $ and | that are used frequently in the terminal. Looks like the problem is caused by #15535. As a workaround, set terminal.option_as_meta back to false.

@atlekberg
Copy link

I can confirm that this is also an issue for MacOS with Norwegian keyboard layout.

@ville-nroc
Copy link

The workaround for me is to put this in config.json

"terminal": {
    "option_as_meta": false
  },

@esamattis
Copy link
Author

"option_as_meta": false workaround works for me, thanks @ville-nroc!

@elevesque-nexapp
Copy link

This is affecting me as well using the bépo layout. Option is used for multiple characters I use very frequently in the terminal like &, ~, \, |, { and }.

@jimmycallin
Copy link

jimmycallin commented Sep 13, 2024

also happens for swedish keyboard layouts

@htor
Copy link

htor commented Oct 10, 2024

This issue can be closed

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 terminal Feedback for terminal integration, shell commands, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

10 participants