Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: "Ronald Landheer" <info@rlsystems.net>
To: "Marius Gedminas" <marius.gedminas@uosis.mif.vu.lt>, <cygwin@cygwin.com>
Subject: RE: German Win98, US Win95 keyboard --> no ;'` keys in Bash
Date: Fri, 21 Sep 2001 14:59:36 +0200
Message-ID: <NFBBLOMHALONCDMPGBLFAEPBCBAA.info@rlsystems.net>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="Windows-1252"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
In-Reply-To: <20010921005843.C9385@gintaras>
Importance: Normal
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id JAA11781

Hello Marius,

> I think the only constructive thing I can suggest at the moment, is to
> compile and run the attached program -- it displays raw console
> keyboard events Cygwin (and any other Win32 application) gets from the
> operating system.
I've compiled and run the program on the clean azerty system I have here 
(from a floppy w/ the cygwin dll on it). It works like a charm, 
including the AltGr button. The only thing is doesn't get is the ê and ë 
like things that French keyboard can automagically handle, but I'm 
assuming that's a codepage problem (though I'm not 100% sure).

The output of trying to type ë (without using the ASCII code as I'm used 
to on my QWERTY machine) is like this:
-- BEGIN SCREEN SNIPPET --
KeyDown (*1) 0010 002A ' ' U+0000 00000030  <-- pressing shift
KeyUp   (*1) 0000 007A ' ' U+0000 00000030  <-- ??
KeyUp   (*1) 0000 007A ' ' U+0000 00000030  <-- ??
KeyDown (*1) 00DD 001A ' ' U+0000 00000030  <-- pressing ë (w/o e)
KeyUp   (*1) 00DD 001A ' ' U+0000 00000030  <-- releasing everything
KeyUp   (*1) 0010 002A ' ' U+0000 00000020
KeyDown (*1) 0045 0012 '%' U+C589 00000020  <-- pressing e
KeyUp   (*1) 0045 0012 'e' U+0065 00000020  <-- releasing e
--- END SCREEN SNIPPET ---
(I don't have the ^/ë(w/o e) button on my QWERTY keyboard w/ which I'm 
typing this, ofcourse)

If you want more info, just mail - I'm in a helpful mood today :)

Greetz!

Ronald


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

