[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    Re: Wine and cyrillic input and output ?
From:       "Dmitry Timoshkov" <dmitry () baikal ! ru>
Date:       2001-09-25 13:42:37
[Download RAW message or body]

I wrote:

> This patch fixes a couple of problems with keyboard group switching
> reported in the news group:
> 1. Group switch had never worked before, if the keyboard has been
> switched outside of Wine.

Correct.

> 2. I was clearly stated that Group switch is active if event->state & 0x2000,
> not event->state & 0x6000.

Wrong.

Please replace

AltGrMask = event->state & 0x2000;
to
AltGrMask = event->state & 0x6000;

in the patch, all possible group indexes should be available.

> Please test it on your local configurations and report back. If there will be
> no objections, I'll send it to wine-patches.

--
Dmitry.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic