RE: AltGR problems with Windows XP

2002-11-06 Thread Harold L Hunt II
of winTranslateKey. Can you just send me a diff against the current CVS? Harold -Original Message- From: [EMAIL PROTECTED] [mailto:cygwin-xfree-owner;cygwin.com]On Behalf Of Andreas Schessner Sent: Sunday, November 03, 2002 11:42 AM To: [EMAIL PROTECTED] Subject: AltGR problems with Windows

Re: AltGR problems with Windows XP

2002-11-04 Thread Harold L Hunt II
Andreas, Interesting. I think you may have found the reason (and solution) for why a select few users with non-U.S. keyboard layouts are still having problems with fake Control_L presses and releases. I appreciate the FSM state transition table, but could you give me a few sentences

Re: AltGR problems with Windows XP

2002-11-04 Thread Andreas Schessner
Hi Harold, the FSM is doing something like a lookahead. This lookahead is only done when the first Control_L press is detected. Normally the FSM stays in the initial state 0 and passes all input through. So there is no real transformation. But if the FSM detects a Control_L press it keeps this

AltGR problems with Windows XP

2002-11-03 Thread Andreas Schessner
Hello, I use the X server of Cygwin/XFree86 (XWin) and it is working fine on my Windows 2000 Workstation but running the same version on my Notebook (Windows XP) causes problems with the AltGr handling. I've noticed that pressing the AltGr Key produces a KeyPress-Control_L