From 805b9c01123e5368a62847021b25b0e3345a26c5 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 17 Aug 2024 21:06:01 +0200 Subject: xkb: Put ç and Ç on my keyboard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .xkb/symbols/mango | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.xkb/symbols') diff --git a/.xkb/symbols/mango b/.xkb/symbols/mango index 0069927..d3853a4 100644 --- a/.xkb/symbols/mango +++ b/.xkb/symbols/mango @@ -29,10 +29,10 @@ xkb_symbols "basic" { key { [ semicolon, colon, leftsinglequotemark, leftdoublequotemark ] }; key { [ apostrophe, quotedbl, rightsinglequotemark, rightdoublequotemark ] }; - key { [ x, X, multiply ] }; - key { [ c, C, cent ] }; - key { [ comma, less, rightsinglequotemark ] }; - key { [ period, greater, ellipsis ] }; + key { [ x, X, multiply ] }; + key { [ c, C, ccedilla, Ccedilla ] }; + key { [ comma, less, rightsinglequotemark ] }; + key { [ period, greater, ellipsis ] }; key { [ space, space, nobreakspace, nobreakspace ] }; -- cgit v1.2.3