From 2723f9bf7e8376a7b5372c088f859b8d9e30c6e7 Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Sat, 19 Mar 2011 20:02:12 +0000 Subject: [PATCH] Updated Congolese layout https://bugs.freedesktop.org/show_bug.cgi?id=2693 --- symbols/cd | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/symbols/cd b/symbols/cd index 70125f3..69fac06 100644 --- a/symbols/cd +++ b/symbols/cd @@ -19,14 +19,14 @@ xkb_symbols "basic" { key { [ braceright, 6, greater ] }; key { [parenright, 7, bracketright ] }; key { [0x01000302, 8, guillemotright ] }; - key { [0x0100030c, 9 ] }; + key { [0x0100030c, 9, 0x0100030D ] }; key { [0x01000308, 0, at ] }; - key { [ minus, underscore, percent ] }; + key { [ minus, underscore, percent, degree ] }; key { [ equal, plus, multiply, division ] }; - key { [ a, A ] }; + key { [ a, A, ae, AE ] }; key { [ z, Z ] }; - key { [ e, E ] }; + key { [ e, E, oe, OE ] }; key { [ r, R ] }; key { [ t, T ] }; key { [ y, Y ] }; @@ -56,14 +56,14 @@ xkb_symbols "basic" { key { [ v, V ] }; key { [ b, B ] }; key { [ n, N ] }; - key { [ comma, question, 0x01000327 ] }; - key { [ semicolon, period ] }; - key { [ colon, slash ] }; - key { [ exclam, apostrophe, 0x01002019 ] }; + key { [ comma, question, 0x01000327 ] }; + key { [ semicolon, period ] }; + key { [ colon, slash ] }; + key { [ exclam, apostrophe, 0x01002019 ] }; key { [ quotedbl, backslash, bar ] }; // SPACE, SPACE, SPACE, NO-BREAK SPACE, SPACE - key { [ space, space, nobreakspace, nobreakspace ] }; + key { [ space, space, nobreakspace, 0x0100202F ] }; include "level3(ralt_switch)" }; -- 2.32.0.93.g670b81a890