andischerer/atom-keyboard-localization

Symbols needing AltGr don't show up anymore

Closed this issue · 6 comments

Hi and thanks for your package !

I met a problem when using it with my french keyboard: the characters usually available by pressing AltGr + other key no longer work in Atom. It comes from that plugin since whenever I disable it, the keys work again.

Hi, could you give a quick example which keybindings wont produce characters anymore ?

Hi Andreas,

For instance AltGR + " should give# and AltGR + ( should give '['.

Le 12/10/2015 09:11, Andreas Scherer a écrit :

Hi, could you give a quick example which keybindings wont produce
characters anymore ?


Reply to this email directly or view it on GitHub
#76 (comment).

Hi, I have the same issue, but with the locale it_IT.

key combo expected behavior wrong result
altgr - shift - è { é
altgr- shift - + } *

Can confirm @NKjoep issues with the Italian layout.
Fixed it with this custom keymap:

{
"186": {
"alted": 91,
"altshifted": 123
},
"187": {
"alted": 93,
"altshifted": 125
}
}

I created pull request #91 to fix this problem, meanwhile Zelgadis87's hack works gr8! ;)

Thanks !

Le 20/12/2015 16:29, Andreas Scherer a écrit :

Closed #76
#76.


Reply to this email directly or view it on GitHub
#76 (comment).