diff options
author | David Paleino <david@cademiasiciliana.org> | 2023-10-30 21:15:53 +0100 |
---|---|---|
committer | David Paleino <david@cademiasiciliana.org> | 2023-10-30 21:17:16 +0100 |
commit | cb87616ff48d1001f750abd5d58a94a02cb303bf (patch) | |
tree | c2101a83cc89c393e8f00851794b404ef14d5199 | |
parent | 70b66b9e60b7c55314ab0250105cc23478b714ab (diff) |
symbols/it: move Sicilian layout out of EXTRAS
Since its inclusion, the Sicilian `scn` layout has been available in
`base.xml`, and it was misplaced after the EXTRAS comment in the symbols file.
This commit fixes the misplacement, by moving the `scn` layout where it's
been available to users in the last 6 years.
Signed-off-by: David Paleino <david@cademiasiciliana.org>
-rw-r--r-- | symbols/it | 52 |
1 files changed, 26 insertions, 26 deletions
@@ -297,6 +297,32 @@ xkb_symbols "fur" { include "level3(ralt_switch)" }; +// Layout for Sicilian, by Cademia Siciliana <l10n@cademiasiciliana.org>, 2023. +partial alphanumeric_keys +xkb_symbols "scn" { + + include "it(basic)" + + name[Group1] = "Sicilian"; + + key <AD02> {[ w, W, schwa, SCHWA ]}; // ə Ə + key <AD03> {[ e, E, EuroSign, ecircumflex ]}; + key <AD04> {[ r, R, ediaeresis, Ediaeresis ]}; + key <AD07> {[ u, U, ucircumflex, Ucircumflex ]}; + key <AD08> {[ i, I, icircumflex, Icircumflex ]}; + key <AD09> {[ o, O, ocircumflex, Ocircumflex ]}; + + key <AC01> {[ a, A, acircumflex, Acircumflex ]}; + key <AC02> {[ s, S, scaron, Scaron ]}; + key <AC03> {[ d, D, U1E0D, U1E0C ]}; // ḍ Ḍ + key <AC04> {[ f, F, dstroke, Dstroke ]}; + key <AC11> {[ agrave, degree, numbersign, U1D58 ]}; // # ᵘ + + key <AB02> {[ x, X, Greek_chi, Greek_CHI ]}; + // The uppercase Ccedilla (Ç) can be reached by using CapsLock. + key <AB03> {[ c, C, ccedilla, copyright ]}; +}; + // EXTRAS: @@ -331,32 +357,6 @@ xkb_symbols "lldde" { key <AD10> {[ p, P, ediaeresis, Ediaeresis ]}; }; -// Layout for Sicilian, by Cademia Siciliana <l10n@cademiasiciliana.org>, 2023. -partial alphanumeric_keys -xkb_symbols "scn" { - - include "it(basic)" - - name[Group1] = "Sicilian"; - - key <AD02> {[ w, W, schwa, SCHWA ]}; // ə Ə - key <AD03> {[ e, E, EuroSign, ecircumflex ]}; - key <AD04> {[ r, R, ediaeresis, Ediaeresis ]}; - key <AD07> {[ u, U, ucircumflex, Ucircumflex ]}; - key <AD08> {[ i, I, icircumflex, Icircumflex ]}; - key <AD09> {[ o, O, ocircumflex, Ocircumflex ]}; - - key <AC01> {[ a, A, acircumflex, Acircumflex ]}; - key <AC02> {[ s, S, scaron, Scaron ]}; - key <AC03> {[ d, D, U1E0D, U1E0C ]}; // ḍ Ḍ - key <AC04> {[ f, F, dstroke, Dstroke ]}; - key <AC11> {[ agrave, degree, numbersign, U1D58 ]}; // # ᵘ - - key <AB02> {[ x, X, Greek_chi, Greek_CHI ]}; - // The uppercase Ccedilla (Ç) can be reached by using CapsLock. - key <AB03> {[ c, C, ccedilla, copyright ]}; -}; - // Dvorak layout for Italian. // Based on https://web.archive.org/web/20170331132815/http://idvorak.altervista.org/. partial alphanumeric_keys |