From mint-bounce@lists.fishpool.fi  Fri Apr  1 10:44:57 2005
X-Original-To: fnaumann@mail.boerde.de
Delivered-To: fnaumann@mail.boerde.de
Subject: Re: [MiNT] New AES keyboard messages
From: Petr Stehlik <joy@sophics.cz>
To: Adam =?iso-8859-2?Q?K=B3obukowski?= <atari@gabo.pl>
Cc: "Evan K. Langlois" <Evan@CoolRunningConcepts.com>,
        MiNT <mint@fishpool.com>
In-Reply-To: <424C65AA.9070900@gabo.pl>
References: <1111344400.12169.50.camel@taro.coolrunningconcepts.com>
	 <424B0943.3000706@gabo.pl>
	 <1112242300.10960.20.camel@taro.coolrunningconcepts.com>
	 <424B8F47.7040803@gabo.pl>
	 <1112294969.24071.20.camel@taro.coolrunningconcepts.com>
	 <424C65AA.9070900@gabo.pl>
Content-Type: text/plain; charset=ISO-8859-2
Date: Fri, 01 Apr 2005 10:39:50 +0200
Message-Id: <1112344790.25198.39.camel@joy.sophics>
Mime-Version: 1.0
X-Mailer: Evolution 2.0.2 
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-To: mint-bounce@lists.fishpool.fi
X-original-sender: joy@sophics.cz
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
X-Virus-Scanned: by amavisd-new at relay.boerde.de
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de
X-Spam-Status: No, hits=-1.0 tagged_above=-50.5 required=7.0 tests=BAYES_00
X-Spam-Level: 
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by wh58-508.st.uni-magdeburg.de id j318iuUK003276

Adam K³obukowski pí¹e v Èt 31. 03. 2005 v 23:03 +0200:
> The basic idea is, that on lowest level, all keys on Atari keyboard are 
> the same (maybe with exception of Caps Lock, but I'm unsure of that), 

CapsLock is no exception in this regard.

> ie, on lov level there is no difference wether we push SHIFT or R or F1 
> or UNDO.
> 
> My idea is to return rather scancodes then ascii codes. Not raw 
> scancodes - it should be inteligent enough to send the same code for 
> (for example) Z key, no matter what keyboard (German, UK, US) is used.

This doesn't sound like a good idea to me.  You'll want to stick with
pure scancodes and to provide a function for conversion from scancode to
ASCII code...

> 3. btw. is there an asci code for Help or Undo?

I don't think so.

Petr


