From owner-freebsd-questions@FreeBSD.ORG Mon Mar 14 21:30:23 2005 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 8907516A4CE for ; Mon, 14 Mar 2005 21:30:23 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FCD543D1D for ; Mon, 14 Mar 2005 21:30:23 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) j2ELUMGE022808; Mon, 14 Mar 2005 13:30:22 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)j2ELUMS4022807; Mon, 14 Mar 2005 13:30:22 -0800 (PST) (envelope-from sgk) Date: Mon, 14 Mar 2005 13:30:22 -0800 From: Steve Kargl To: Erik Norgaard Message-ID: <20050314213021.GA21470@troutmask.apl.washington.edu> References: <20050311172121.GB74913@troutmask.apl.washington.edu> <423313BC.8090000@locolomo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <423313BC.8090000@locolomo.org> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: Setting up a danish locale 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: Mon, 14 Mar 2005 21:30:23 -0000 On Sat, Mar 12, 2005 at 05:07:24PM +0100, Erik Norgaard wrote: > For X I have the following in my XF86Config: > > Section "InputDevice" > Identifier "Keyboard0" > Driver "keyboard" > Option "XkbRules" "xfree86" > Option "XkbModel" "pc102" > Option "XkbLayout" "dk" > Erik, Thanks for the pointer. The above partially solved out problem. My colleague would like to use the US keyboard layout and switch to a Danish layout when he's interacting with someone back home. Do you know if this is possible with xmodmap? I'm hoping that I can set up some shell aliases that do setenv do_danish "xmodmap danish.keys" setenv do_english "xmodmap english.keys" -- Steve