Acode icon indicating copy to clipboard operation
Acode copied to clipboard

}-key missing on german bluetooth keyboard

Open qapp opened this issue 4 years ago • 4 comments

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.

qapp avatar Jun 28 '20 12:06 qapp

This could be relevant to the problem: https://github.com/atom/atom/issues/2907

inspir3dArt avatar Jun 28 '20 17:06 inspir3dArt

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

deadlyjack avatar Jul 12 '20 18:07 deadlyjack

Seems like i have the same problem...

Shank404 avatar Dec 15 '20 20:12 Shank404

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" },

tienomeis avatar Jul 25 '21 16:07 tienomeis