From owner-freebsd-questions@FreeBSD.ORG Sun Mar 28 07:07:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 736D616A4CE for ; Sun, 28 Mar 2004 07:07:07 -0800 (PST) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE6EB43D1D for ; Sun, 28 Mar 2004 07:07:06 -0800 (PST) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp130-154.lns1.adl2.internode.on.net [150.101.130.154])i2SF73wn071324; Mon, 29 Mar 2004 00:37:04 +0930 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: at home To: Geert Hendrickx , questions@freebsd.org Date: Mon, 29 Mar 2004 00:37:02 +0930 User-Agent: KMail/1.4.3 References: <20040327102008.GA7085@laptop.lori.mine.nu> In-Reply-To: <20040327102008.GA7085@laptop.lori.mine.nu> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200403290037.02660.malcolm.kay@internode.on.net> Subject: Re: problem with belgian keyboard in X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Mar 2004 15:07:07 -0000 On Saturday 27 March 2004 20:50, Geert Hendrickx wrote: > Hi, > > I installed FreeBSD on a machine with a Belgian (azerty) keyboard. It > works fine in console, but not in X: all keys are mapped correctly, exc= ept > for the "<>\" key. I have keymap=3D"be.iso" in rc.conf and Option > "XkbLayout" "be" both in XF86Config X0-Config.keyboard. I've tried sev= eral > variants to the "be" keyboard layout (iso, deadkeys, ...) but none of t= hem > maps the < > \ key correctly. > I believe the keyboard interpretation is defined in the files: /etc/X11/xkb/... or /usr/X11R6/lib/X11/xkb/... dependent on the particular version of X you're running (or they may be lisked to the same set of files. I think symbols/be may be the particular file of interest in your case. But I don't know or understand the syntax; so I'd take an easier approach= and=20 patch the key mapping using xmodmap in each users X login script. Take a look at the manual page xmodmap(1). Malcolm