Acode
Acode copied to clipboard
}-key missing on german bluetooth keyboard
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.
This could be relevant to the problem: https://github.com/atom/atom/issues/2907
Thanks for the reference. I'll find solution and fix it soon.
Seems like i have the same problem...
Solved it in the settings.
- Go to Settings / Other Settings / Key bindings -> Edit
- 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" },