"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
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
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
"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
"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
>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
"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
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
"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