Add Euro and antiquote to the french keyboard layout

Dmitry Timoshkov dmitry at baikal.ru
Mon Jun 9 04:39:53 CDT 2003


"Sylvain Petreolle" <spetreolle at yahoo.fr> wrote:

> @@ -1013,7 +1013,8 @@
> predefined group index and find it dynamically
> Ref: X Keyboard Extension: Library specification (section 14.1.1 and 17.1.1) */
> - AltGrMask = event->state & 0x6000;
> + /* Save also all possible modifier states. */
> + AltGrMask = event->state & (0x6000 | Mod1Mask | Mod2Mask | Mod3Mask | Mod4Mask | Mod5Mask);
> Str[ascii_chars] = '\0';
> if (TRACE_ON(key)){

I assume that this part of the diff went in by a mistake. Doesn't it?
Or you expect that if you borrow a little bit from the CX Office source
it will be silently attributed to you? Please don't do this in future,
Alexandre will do the merge on his own.

-- 
Dmitry.





More information about the wine-devel mailing list