Hello
On 13.09.12, you wrote:
>
>> Please answer the question. *WHICH* sources, from *WHERE*?
>
> Master sources from git repository.
>
>> Are the release versions?
>
> No. Developer.
>
> Which versions? Where you did you get them from?
>> git? What revision from git?
>
> Latest commit is - 'Fixup for latest libdom.'
this is not the libnsfb. this here it is
http://source.netsurf-browser.org/?p=libnsfb.git;a=shortlog;h=HEAD
I told in netsurf ML list some years ago, to get all keys working unicode must switch on and the get
of keys need change to get the unicode results. but the change to unicode is not done. it is not a
big change
http://www.libsdl.org/docs/html/sdlenableunicode.html
this codeline add i have done in the amiga version of surface/sdl.c
static int sdl_initialise(nsfb_t *nsfb)
.....
SDL_EnableUNICODE(true);
------
more of the changes i forget.
best is when Artur use a diff tool to compare the old working and new version.
>
>>> 5) When, for example, I press alt + a I should have new keycode - 177
>>> but I get the keycode of 'a' .
>> And when did this last work? Does an earlier version still work? Which
>> earlier version still works?
>
> Was working on release 2.9 version.
Regards
No comments:
Post a Comment