diff options
author | Aliaksandr Trush <evils.mail@gmail.com> | 2023-05-26 16:42:41 +0000 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2023-06-08 23:39:04 +0000 |
commit | 91140a9b50f8960264f7a1232f611ce436e04eea (patch) | |
tree | 19bfecc41202266368388b54450d97af2d15e3fa | |
parent | 5e44d5dcc5d3a300a5167e4013c2344ccf6479bf (diff) |
Extend Belarusian keyboard layout with additional symbols
-rw-r--r-- | symbols/by | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -41,6 +41,7 @@ xkb_symbols "latin" { key <AD02> {[ w, W, scaron, Scaron ]}; key <AD07> {[ u, U, ubreve, Ubreve ]}; key <AC02> {[ s, S, sacute, Sacute ]}; + key <AC08> {[ k, K, lacute, Lacute ]}; key <AC09> {[ l, L, lstroke, Lstroke ]}; key <AB01> {[ z, Z, zacute, Zacute ]}; key <AB02> {[ x, X, zcaron, Zcaron ]}; @@ -48,6 +49,12 @@ xkb_symbols "latin" { key <AB04> {[ v, V, ccaron, Ccaron ]}; key <AB06> {[ n, N, nacute, Nacute ]}; + // Poland + key <AD03> {[ e, E, eogonek, Eogonek ]}; + key <AD09> {[ o, O, oacute, Oacute ]}; + key <AC01> {[ a, A, aogonek, Aogonek ]}; + key <AC10> {[ j, J, zabovedot, Zabovedot ]}; + include "level3(ralt_switch)" }; |