From e9ab0278ec61dfc6066fdb7625afef4444d3bc23 Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Sat, 20 Jun 2009 23:38:11 +0100 Subject: [PATCH] added several mappings in ca(shs) http://bugs.freedesktop.org/show_bug.cgi?id=22388 --- ChangeLog | 2 ++ symbols/ca | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index eda8c17..f0f0468 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * symbols/by: missing mappings, https://bugs.freedesktop.org/show_bug.cgi?id=22386 + * symbols/ca: fixed a couple of mappings in ca(shs) + http://bugs.freedesktop.org/show_bug.cgi?id=22388 2009-06-19 Sergey Udaltsov diff --git a/symbols/ca b/symbols/ca index 818a8ff..1e900dd 100644 --- a/symbols/ca +++ b/symbols/ca @@ -463,6 +463,12 @@ xkb_symbols "shs" { name[Group1]= "Canada - Secwepemctsin"; + key { [ e, E, eacute, Eacute ] }; + key { [ u, U, uacute, Uacute ] }; + key { [ i, I, iacute, Iacute ] }; + key { [ a, A, aacute, Aacute ] }; + key { [ o, O, oacute, Oacute ] }; + //Using Dead key to get COMBINING COMMA ABOVE for ejectives on //q, l, t, s, m, g, k, p, w, y, r //XCompose key is used for the other accute and grave. -- 2.32.0.93.g670b81a890