[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] [ANNOUNCE] FreeMiNT 1.17.0 Released !
Jo Even Skarstein wrote:
> On Thu, 2010-12-30 at 00:26 +0000, Alan Hourihane wrote:
>
> > I have great pleasure in announcing that FreeMiNT 1.17.0 has been
> > released.
>
> Very good news :) Thank you a lot for your efforts.
>
> But please remove the reference to deadkeys-support from the
> featurelist, it's not working. There was some cleanup/changes in
> keyboard.c this autumn and deadkeys has not been working since.
Just tested it. I have
..
; AltGr ?
dc.b $1a,'@',$27,'[',$28,']',$00
; dead
dc.b '^','a',$e2,$00
for test-purpose and I get $e2 as expected when typing ^a.
Does not work with trunk from 29.12. but with my own kernel from my local disk and that from
the helmut-archive as well as self-compiled trunk. There are no
differences in keyboard.c to the CVS except that I have DEBUG_INFO on. Mysterious!
-Helmut