Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Right ALT Not supported (bad for International Keyboards) #1625

Closed
bnferguson opened this issue Feb 28, 2014 · 17 comments
Closed

Right ALT Not supported (bad for International Keyboards) #1625

bnferguson opened this issue Feb 28, 2014 · 17 comments
Labels

Comments

@bnferguson
Copy link

Atom doesn't handle keyboards with Right Alt (i.e. AltGr). This is a very basic mistake. I have a Hungarian keyboard layout, I can only write specific keys like "|" (pipe) by pressing Right Alt (AltGr) and then W, which Atom doesn't recognize and treat like Alt-W or something?
The point is there are some layouts like greek, hungarian, czech with special keys, which an EDITOR should handle the right way!!
E.g. I can't write CTRL-", because it writes the number "2" instead. I think this key might be interpreted like CTRL-ALT sequence, but not sure either.
Anyway, without it, it's just not an editor.
Like Windows Media player; you can't pause a movie with it hitting space bar...

From: support/9f98abca9f4a11e3955c6445541b1a76

@bnferguson bnferguson added the bug label Feb 28, 2014
@bnferguson
Copy link
Author

Came up again here with a Swiss keyboard: support/dc36f40c9f9411e39d48d431a1f89cb9

I use a swiss-french QWERTZ keyboard. The key combinaison for @ is alt-g. When I press alt-g no char appeare. It's also truth in this bug form.

@aengelke
Copy link

On a German keyboard, you can't type @ (this is ctrl-alt-q in the keybinding resolver, and mapped to autoflow:reflow-selection) and \ (this is ctrl-alt-[ in the keybinding resolver, and mapped to editor:fold-current-row).

@enzy
Copy link

enzy commented May 27, 2014

Same for Czech qwerty keyboard, for ex. altgr+shift+ú should insert { but instead trigger action editor:fold-all (which you can imagine is very frustrating).

I tried to override this behavior in keymap file but it didn't help.

@batjko
Copy link
Contributor

batjko commented Jun 7, 2014

Same here on a British keyboard, Windows 8.1. build 0.102.
image

@sdebruyn
Copy link

This seems to affect keys that are bound to an action in Atom and which need CTRL+ALT or AltGr for the key itself.

For example: on azerty you need to press AltGr + é to get an @. There you need AltGr for the key itself. Now if something was bound to CTRL+ALT+@ or CTRL+ALT+é, this problem would appear when you'd want to type @.

@abduelhamit
Copy link

I don't know if it helps:
When I press Alt Gr on my German keyboard, the Key Binding Resolver says I pressed ctrl-alt.
It would be more useful if it gets processed as alt only.

@probablycorey
Copy link

Closing in favor of atom/atom-keymap#35

@c0b41
Copy link

c0b41 commented Aug 9, 2014

Turkish keyboard also has the same problem

@onokumus
Copy link

@ayhankuru
Eğer windows kullanıyorsanız;
c:\Users\ayhan\.atom\keymap.cson dosyasına

'.workspace':
   'alt-q': 'core:@'

satırlarını ekleyebilirsiniz. Denedim çalışıyor.

@c0b41
Copy link

c0b41 commented Aug 13, 2014

@onokumus keymap.cson dosyasında değişiklik yaptım ama olmadı, autoflow modulü içerisinde app\node_modules\autoflow\keymaps.json dosyasında değişlik yaptım şuan için sorun kalmadı

".platform-win32 .editor":{
    "altgr-q": "core:@"
  }

@jakakordez
Copy link

Same with Slovenian keyboard using Windows 8.1 and Atom 0.141.0. I have problems with keys:

    • AltGr + .
  • \ - AltGr + Q
  • [ - AltGr + F

], <, @, {, }, | are working fine.

@PaulEcoffet
Copy link

Same with bepo keyboard, the french dvorak keyboard, the backslash () is not working (altgr + à)

@hadronized
Copy link

Yeah, same with bépo \ :( Is there any fix to change that? I need \ for Haskell hacking :(

@ccoenen
Copy link

ccoenen commented Dec 16, 2014

This ticket has been closed a few weeks back, i think it won't get any attention anymore. Please focus your attention on this issue here: atom/atom-keymap#35

@majoess
Copy link

majoess commented Sep 12, 2015

how do this: \ ???

@be-meyer
Copy link

I can confirm that Alt Gr + ßwhich should be \ does not work on windows 10 vers. 1.0.19

@50Wliu
Copy link
Contributor

50Wliu commented Oct 26, 2015

Please keep the discussion on atom/atom-keymap#35.

@atom atom locked and limited conversation to collaborators Oct 26, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests