andischerer/atom-keyboard-localization

Missing character "ć" in pl_PL keymap

Closed this issue · 0 comments

There is one Polish character (ć) missing in keymap. I send an updated pl_PL

This is default pl_PL keymap:
{
"65": {
"alted": 261,
"altshifted": 260
},
"69": {
"alted": 281,
"altshifted": 280
},
"76": {
"alted": 322,
"altshifted": 321
},
"78": {
"alted": 324,
"altshifted": 323
},
"79": {
"alted": 243,
"altshifted": 211
},
"83": {
"alted": 347,
"altshifted": 346
},
"85": {
"alted": 8364
},
"88": {
"alted": 378,
"altshifted": 377
},
"90": {
"alted": 380,
"altshifted": 379
}
}

And it should be:
{
"65": {
"alted": 261,
"altshifted": 260
},
"67": {
"alted": 263,
"altshifted": 262
},
"69": {
"alted": 281,
"altshifted": 280
},
"76": {
"alted": 322,
"altshifted": 321
},
"78": {
"alted": 324,
"altshifted": 323
},
"79": {
"alted": 243,
"altshifted": 211
},
"83": {
"alted": 347,
"altshifted": 346
},
"85": {
"alted": 8364
},
"88": {
"alted": 378,
"altshifted": 377
},
"90": {
"alted": 380,
"altshifted": 379
}
}