From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Willem Stumpel Subject: Re: Keyboard weirdness Date: Sat, 24 Jul 2004 20:30:45 +0200 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <4102AAD5.1010709@my.home> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: In-reply-to: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Bart Oldeman wrote: > Please try the following with $_layout="auto": Change the two #if 0's > before pretty_keysym and printf in src/plugin/kbd_unicode/keymaps.c > to #if 1 and recompile. Then please report what's printed to stdout. Things like (I sent the whole thing to Bart) 1e: p: 0b61->'a' s: 0b41->'A' a: 0b61-> -- c: 0001->0x01 30: p: 0b62->'b' s: 0b42->'B' a: 0b62-> -- c: 0002->0x02 2e: p: 0200-> -- s: 0200-> -- a: 0200-> -- c: 0003->0x03 20: p: 0b64->'d' s: 0b44->'D' a: 0b64-> -- c: 0004->0x04 12: p: 0200-> -- s: 0200-> -- a: 0200-> -- c: 0005->0x05 The keys that don't work have 'dashes'. Regards, Jan