(discovered in Atom 0.110.0)
I’m on a german keyboard on windows right now, and i can’t type characters that would involve the right Alt-Key (Labelled AltGr). The key is detected as Ctrl+Alt which is (as far as i know) more or less correct. This key is involved in these characters and triggers the following actions:
- AltGr + ß (right of 0, left of backspace):
Detected as: Ctrl-Alt-[
editor:fold-current-row | .workspace .editor:not(.mini) | \keymaps\win32.json
- AltGr + Q: @
Detected as: Ctrl-Alt-Q (so, yeah it is correct)
autoflow:reflow-selection | .platform-win32 .editor, .platform-linux .editor | \keymaps\autoflow.json
These bindings do work just fine:
- AltGr + 2: ²
- AltGr + 3: ³
- AltGr + 7: {
- AltGr + 8: [
- AltGr + 9: ]
- AltGr + 0: }
- AltGr + <: |
Hi there
I struggled also with this issue on the Swiss-German Keyboard Layout. Actually the fix was pretty easy after finding the Thread here: https://discuss.atom.io/t/disable-default-keybindings/1077/18
For the Swiss German OSX Keyboard Layout the ALT-G is mapped to other commands.
Overwriting Alt-G to native! in the keymaps helped.