summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2023-10-27 13:38:24 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2023-10-27 13:38:24 +0200
commit61720fc8f31bb4686bcf6466b406351be696474c (patch)
tree42ba4c0b7d5a08a02fd1049e2b11a8ab12f455c1
parent6092bfdd85108a18cffc86150dd4cdc801317030 (diff)
revert the previous commit in order to redo it properly
-rw-r--r--symbols/it6
1 files changed, 6 insertions, 0 deletions
diff --git a/symbols/it b/symbols/it
index 1017c6bf..67cd098d 100644
--- a/symbols/it
+++ b/symbols/it
@@ -339,6 +339,8 @@ xkb_symbols "scn" {
name[Group1] = "Sicilian";
+ key <AE12> {[ iacute, asciicircum, asciitilde, dead_circumflex ]};
+
key <AD03> {[ e, E, EuroSign, ecircumflex ]};
key <AD04> {[ r, R, ediaeresis, Ediaeresis ]};
key <AD07> {[ u, U, ucircumflex, Ucircumflex ]};
@@ -351,6 +353,10 @@ xkb_symbols "scn" {
key <AC04> {[ f, F, dstroke, Dstroke ]};
key <AC11> {[ agrave, degree, numbersign, U1D58 ]}; // # ᵘ
+ // Pushed ugrave to the third level (replacing the dead_grave),
+ // since it's common to write mixed Sicilian / Italian.
+ key <BKSL> {[ uacute, section, ugrave, dead_breve ]};
+
key <AB02> {[ x, X, Greek_chi, Greek_CHI ]};
// The uppercase Ccedilla (Ç) can be reached by using CapsLock.
key <AB03> {[ c, C, ccedilla, copyright ]};