Date: Thu, 25 Oct 2018 08:10:12 -0600 From: Sergey Manucharian <sm@ara-ler.com> To: x11@FreeBSD.org Subject: FreeBSD port x11/xkeyboard-config Message-ID: <20181025141012.GD49311@eldorado>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] Hello, I found a bug in versions 2.24 and 2.25 in the original packages from freedesltop.org. There are a couple of typos in symbols/am file. I submitted a bug report: https://bugs.freedesktop.org/show_bug.cgi?id=108545 May be it makes sense to implement a (temporary) fix in FreeBSD port? It's critical for users of the most popular Armenian layout: 2 capital letters cannot be typed. The patch is attached. Thanks, Sergey [-- Attachment #2 --] --- work/xkeyboard-config-2.24/symbols/am 2018-06-04 16:36:13.000000000 -0600 +++ /usr/local/share/X11/xkb/symbols/am 2018-10-24 20:18:34.185644000 -0600 @@ -80,8 +80,8 @@ key <AE06> { [ Armenian_vyun, Armenian_VYUN ] }; key <AE07> { [ Armenian_ligature_ew, 0x100058f ] }; key <AE08> { [ Armenian_ra, Armenian_RA ] }; - key <AE09> { [ Armenian_cha, rmenian_CHA ] }; - key <AE10> { [ Armenian_tche, rmenian_TCHE ] }; + key <AE09> { [ Armenian_cha, Armenian_CHA ] }; + key <AE10> { [ Armenian_tche, Armenian_TCHE ] }; key <AE11> { [ Armenian_hyphen, 0x1002015 ] }; key <AE12> { [ Armenian_zhe, Armenian_ZHE ] };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181025141012.GD49311>
