[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] TOSWIN2 and cursor keys (solved?)
- To: mint@lists.fishpool.fi
- Subject: Re: [MiNT] TOSWIN2 and cursor keys (solved?)
- From: Vincent Rivière <vincent.riviere@freesbee.fr>
- Date: Sat, 09 Feb 2013 14:34:09 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=EB3dzjOaM8wk2xkt+l+sj3pPwMF4n40rh8j320fUWcI=; b=vQsrRtT83biA6k3FPfkgXLoAT5WO2xjkk1BezqU+3zEjyWRetdInR6DM4nP2H649QF jiHvOXuPmONbhL/VQzwCuuUItRfrSxnYgAa05lvYIL56FIl/OgS76qd6eGTjqIQchK2c LjMTATMW7qTWD+/I4lBhpunU8/LKxmo/krdsZs3S51TgweBG/QsJwSWJt2AQUKXH3Uid 68Mx32BBAFZ6NlC3RE4frQL6B3hQIcu3wAJwINFNwjsdD4JNkmtUiMaykqdgxQ8KKIf2 o55afgWwUo2Ixkg075cA1GQGWo/uqBl3+0nrv2ZpkNkoqyw82Y+OvNTIrDNofca0a48Z tTgA==
- In-reply-to: <bfa768ebc970cd64604ec45b62f36e54-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBeX15ZVF0WWl5oAF1TMl5cR0UBWFpaQlw=-webmailer2@server06.webmailer.hosteurope.de>
- List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
- List-id: <mint.lists.fishpool.fi>
- List-owner: <mailto:tjhukkan@fishpool.fi>
- List-post: <mailto:mint@lists.fishpool.fi>
- List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
- List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
- References: <51133DED.2050903@freesbee.fr> <2112242.Ce0PbiHDCQ@chertsey> <51142982.9000803@freesbee.fr> <9072297.B5GANbEA81@chertsey> <06b9750d104d233d4d047867a9c647da-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBeX15ZVF0WWl5oAF1TMl5cR0UBWVhfQVg=-webmailer2@server06.webmailer.hosteurope.de> <op.wr7l1919ofd6j1@nebbiolo> <1354048bbd976ced21f6ffdf84acabf4-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBeX15ZVF0WWl5oAF1TMl5cR0UBWV5fRV8=-webmailer2@server06.webmailer.hosteurope.de> <e3794ae38dce38016b963305c598ea73-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBeX15ZVF0WWl5oAF1TMl5cR0UBWV9ZRV8=-webmailer2@server06.webmailer.hosteurope.de> <op.wr7mr9wzofd6j1@nebbiolo> <bfa768ebc970cd64604ec45b62f36e54-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBeX15ZVF0WWl5oAF1TMl5cR0UBWFpaQlw=-webmailer2@server06.webmailer.hosteurope.de>
- Sender: mint-bounce@lists.fishpool.fi
- User-agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130107 Thunderbird/17.0.2
On 09/02/2013 01:38, Ole wrote:
How can this: (code&0xFF00)<=0x20) evaluate to true at any time?
This looks bogus...
code is a signed short.
So (code&0xFF00)<=0x20) is always true if the high bit is 1.
That may correspond to the high bit of the scan code, which means key
released... but I'm not sure if this is the case a the GEM level.
I have just tested, the above code breaks the tw100 keyboard emulation.
It has to be reverted.
And now we can answer to Helmut:
Where do you think does that additional [ come from? It's surely not MiNT
nor toswin2.
It comes from TosWin2 in tw100 mode.
But as stated above, it has been broken recently in TosWin2.
This is why it worked with my old MiNT setup, but not in the newer (both in
tw100 mode).
Regarding to Toswin2 in tw52 mode and the BIOS console, there are other
stuff broken elsewhere... see my next message.
However, I don't know the reason for this addition.
Me either.
--
Vincent Rivière