From owner-freebsd-questions Tue Jan 4 15: 0:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kci.kciLink.com (kci.kciLink.com [204.117.82.1]) by hub.freebsd.org (Postfix) with ESMTP id 5972214EB7 for ; Tue, 4 Jan 2000 15:00:46 -0800 (PST) (envelope-from khera@kciLink.com) Received: from onceler.kcilink.com (onceler.kciLink.com [204.117.82.2]) by kci.kciLink.com (Postfix) with ESMTP id 3E421E8A5; Tue, 4 Jan 2000 18:00:45 -0500 (EST) Received: (from khera@localhost) by onceler.kcilink.com (8.9.3/8.9.3) id SAA03291; Tue, 4 Jan 2000 18:00:45 -0500 (EST) (envelope-from khera@kci.kcilink.com) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14450.31645.168625.761260@onceler.kcilink.com> Date: Tue, 4 Jan 2000 18:00:45 -0500 (EST) To: Mark Ovens Cc: freebsd-questions@freebsd.org Subject: Re: X keymapping In-Reply-To: <20000104224803.H352@marder-1> References: <14450.10100.495300.372549@onceler.kcilink.com> <20000104220745.F352@marder-1> <14450.29762.888402.877973@onceler.kcilink.com> <20000104224803.H352@marder-1> X-Mailer: VM 6.72 under 21.1 (patch 8) "Bryce Canyon" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "MO" == Mark Ovens writes: >> Is there some way to modify the microsoft keyboard geometry file under >> X11 to swap these keys? I don't see exactly how that file works. >> MO> Firstly, do you have the line MO> XkbModel "microsoft" MO> uncommented in /etc/XF86Config? This is my Keboard section: Section "Keyboard" Protocol "Standard" XkbRules "xfree86" XkbModel "microsoft" XkbLayout "us" LeftAlt Meta RightAlt Meta EndSection as created by the XF86 configuration program during installation. MO> Also, are you saying that the "Windows" key is Meta_L by default? If MO> so then does: Yes. And the right side "Windows" key is Meta_R. MO> xmodmap -e "keysym Alt_L = Meta_L Alt_L" MO> xmodmap -e "keysym Meta_L = Alt_L Meta_L" MO> not swap them? Nope. It makes them both "Alt_L". I'll play with this... it is very close. I think both commands need to run in one invocation of xmodmap or it can't be done. Kinda like swapping capslock/control. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message