X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 	tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <hhjg23$fm3$1@ger.gmane.org>
References: <hhjg23$fm3$1@ger.gmane.org>
Date: Sat, 2 Jan 2010 06:29:40 +0000
Message-ID: <416096c61001012229p745d6b75mab3f19eee04696fa@mail.gmail.com>
Subject: Re: Help on configuring keyboard on Cygwin/x on Windows XP
From: Andy Koppe <andy.koppe@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

2010/1/1 Gunnar Vestergaard:
> I prefer that Emacs accepts input from my Faroese keyboard, or at least
> Danish if need be. Whatever I do, the US keyboard mapping is in effect
> always. How do I change that? I mean, for every X11 application?

X questions should go to the cygwin-xfree list.

The X server has autodetection for a number of Windows keyboard
layouts for which it selects the corresponding X keyboard layout, but
presumably Faroese (abbreviated 'fo') isn't among them.

Hence you need to tell the X server yourself, using either the
-xkblayout option at server startup:

$ xwin -xkblayout fo

Or the setxkbmap command for a running server:

$ setxkbmap fo

Andy

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

