-
Notifications
You must be signed in to change notification settings - Fork 57
All bindings use a QWERTY layout instead of the one in use #199
Comments
What is the output of |
Here are both outputs: atom --version apm --version |
Thanks for reaching out! We've determined that this issue is being caused by the use of an unofficial build or distribution of Atom. Often these customized versions of Atom are modified versions of the Stable branch of Atom with mismatched versions of built-in components. These updated components are taken from the Beta channel or You may want to subscribe to https://bugs.archlinux.org/task/50357 for updates. |
Thanks for pointing me to the origin of the problem, I'll look into it |
@BenjaminNavarro Some users have reported that |
Electron has been updated on arch and the bug disappeared for me. |
Since a week or so all my key bindings are mapped to a qwerty layout even if I use an azerty one.
The editor works just fine (I can type text according to my layout) but for example if I want to trigger the ctrl-a shortcut I have to press ctrl-q.
If in my keymap.cson I add:
'atom-workspace atom-text-editor': 'ctrl-q': 'core:select-all'
I can use ctrl-a to select everything.
Is there a way to fix this without remapping everything by myself? I have no problem with other text editors so the problem is not bound to my system (Archlinux)
The text was updated successfully, but these errors were encountered: