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

}-key missing on german bluetooth keyboard #70

Closed
qapp opened this issue Jun 28, 2020 · 4 comments
Closed

}-key missing on german bluetooth keyboard #70

qapp opened this issue Jun 28, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@qapp
Copy link

qapp commented Jun 28, 2020

German keyboard layout doesn't allow me to type '}' on a physical keyboard in the editor window. However the key works in the rename window of acode (F2). To type } on a german keyboard you press AltGr+0. I didn't change any key bindings in acode.

@inspir3dArt
Copy link

This could be relevant to the problem:
atom/atom#2907

@deadlyjack
Copy link
Owner

Thanks for the reference. I'll find solution and fix it soon.

@deadlyjack deadlyjack added this to To-do in Acode code editor via automation Jul 12, 2020
@deadlyjack deadlyjack added the bug Something isn't working label Jul 12, 2020
@Shank404
Copy link

Seems like i have the same problem...

@tienomeis
Copy link

Solved it in the settings.

  1. Go to Settings / Other Settings / Key bindings -> Edit
  2. Change key bindings for foldOther and unfoldall to null.
    It will look like this:

"foldOther": {
"description": "Fold other",
"key": "null"
},
"unfoldall": {
"description": "Unfold all",
"key": "null"
},

@deadlyjack deadlyjack removed this from To-do in Acode code editor Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants