andischerer/atom-keyboard-localization

Polish JSON

Closed this issue · 2 comments

Hey!
I generated shortcuts for polish words, but it is only for lowercase letters (alt+shift required)

{
    "65": {
        "alted": 261
    },
    "67": {
        "alted": 263
    },
    "69": {
        "alted": 281
    },
    "76": {
        "alted": 322
    },
    "78": {
        "alted": 324
    },
    "79": {
        "alted": 243
    },
    "83": {
        "alted": 347
    },
    "88": {
        "alted": 378
    },
    "90": {
        "alted": 380
    }
}

Hi, multi-modifier bindings are currently not supported yet. See #15

Multi-Combo bindings are now supported in v1.3.0.
pl_PL layout is also updated. See #15 for details.