Re: wine cvs notes and proposed keyboard detection fix.

2004-01-22 Thread Dmitry Timoshkov
"Shane Shields" <[EMAIL PROTECTED]> wrote: > "The patch is wrong, since it cures just a symptom not the problem itself. > There are two problems with current x11drv keyboard code: > 1. Very likely that Turkish keyboard layout there is incorrect. > 2. As stated before the keyboard code should be fi

Re: wine cvs notes and proposed keyboard detection fix.

2004-01-21 Thread Shane Shields
On Wednesday 21 January 2004 9:03 am, you wrote: > > I have done that and piped the output to a logfile. Attached is an > > abbreviated version with just the icelandic and turkish detection > > included. It seems to be mismatching on detecting the third keysym where > > the key is defined in /etc/X

Re: wine cvs notes and proposed keyboard detection fix.

2004-01-21 Thread Shane Shields
On Tuesday 20 January 2004 5:23 am, Dmitry Timoshkov wrote: > X11 team tends to remove more than 2 characters per keysym. See > /etc/X11/xkb/symbols/tr. Turkish keyboard layout in Wine has more > than 2 for some of them. Just do 'setxkbmap tr' and run Wine with > +key,keyboard,+x11drv and look for

Re: wine cvs notes and proposed keyboard detection fix.

2004-01-21 Thread Dmitry Timoshkov
"Shane Shields" <[EMAIL PROTECTED]> wrote: > > X11 team tends to remove more than 2 characters per keysym. See > > /etc/X11/xkb/symbols/tr. Turkish keyboard layout in Wine has more > > than 2 for some of them. Just do 'setxkbmap tr' and run Wine with > > +key,keyboard,+x11drv and look for mismatch

Re: wine cvs notes and proposed keyboard detection fix.

2004-01-20 Thread Dmitry Timoshkov
"Fabian Cenedese" <[EMAIL PROTECTED]> wrote: > Ahmm... I don't have keyboard problems, just out of curiosity: Would it speed > up wine starting if the keyboard was configured fixed and wine wouldn't have > to test all possible layouts? You could try it by leaving only single layout in the global

Re: wine cvs notes and proposed keyboard detection fix.

2004-01-20 Thread Fabian Cenedese
>That shouldn't happen. Keyboard detection code always does a full round >of comparisons with every keyboard table in x11drv. Ahmm... I don't have keyboard problems, just out of curiosity: Would it speed up wine starting if the keyboard was configured fixed and wine wouldn't have to test all poss

Re: wine cvs notes and proposed keyboard detection fix.

2004-01-19 Thread Dmitry Timoshkov
"Shane Shields" <[EMAIL PROTECTED]> wrote: > > There are two problems with current x11drv keyboard code: > > 1. Very likely that Turkish keyboard layout there is incorrect. > > AFAICT The Turkish keyboard layout is correct. X11 team tends to remove more than 2 characters per keysym. See /etc/X11

Re: wine cvs notes and proposed keyboard detection fix.

2004-01-19 Thread Shane Shields
On Sunday 18 January 2004 2:35 pm, Dmitry Timoshkov wrote: > The patch is wrong, since it cures just a symptom not the problem itself. That could be true as I havent looked too deeply into the code. It was just a quick look at that function only and wasnt followed completely through. (didnt want

Re: wine cvs notes and proposed keyboard detection fix.

2004-01-18 Thread Dmitry Timoshkov
"Sylvain Petreolle" <[EMAIL PROTECTED]> wrote: > Forwarded fom wine-users. > The keyboard detection when starting wine does not detect my turkish keyboard > and choses a scandinavion keyboard instead. I had a look at the keyboard.c > and there is a turkish keyboard defined. I found in the > X1