Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Oct 2023 07:42:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 274476] [PATCH] x11/setxkbmap: Fix Lstroke mapping for Canadian Multingual layout
Message-ID:  <bug-274476-7141-s66vpaqezi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274476-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274476-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-x11 (Nobody)
<x11@FreeBSD.org> for maintainer-feedback:
Bug 274476: [PATCH] x11/setxkbmap: Fix Lstroke mapping for Canadian Multing=
ual
layout
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274476



--- Description ---
The Lstroke (=C5=81/=C5=82 letter) mapping was inverted. Maybe the appropri=
ate
maintainer can send this to upstream.

diff --git a/usr/local/share/X11/xkb/symbols/ca
b/usr/local/share/X11/xkb/symbols/ca
index 3d458f0..e5ca40c 100644
--- a/usr/local/share/X11/xkb/symbols/ca
+++ b/usr/local/share/X11/xkb/symbols/ca
@@ -343,7 +343,7 @@ xkb_symbols "multix" {

     key.type[group1]=3D"EIGHT_LEVEL_SEMIALPHABETIC";
     key <AD01> {[	   q,	       Q,	NoSymbol, NoSymbol,=09=20
NoSymbol,   Greek_OMEGA ]};
-    key <AD02> {[	   w,	       W,	NoSymbol, NoSymbol,=09=20=20
Lstroke,       lstroke ]};
+    key <AD02> {[	   w,	       W,	NoSymbol, NoSymbol,=09=20=20
lstroke,       Lstroke ]};
     key <AD03> {[	   e,	       E,	NoSymbol, NoSymbol,=09=20=20=20=20=20=20=
=20
oe,	       OE ]};
     key <AD04> {[	   r,	       R,	NoSymbol, NoSymbol,=09
paragraph,    registered ]};
     key <AD05> {[	   t,	       T,	NoSymbol, NoSymbol,=09=20=20=20
tslash,        Tslash ]};



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274476-7141-s66vpaqezi>