bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #25397] Inconsistency in handling Alt Gr key


From: Riccardo mottola
Subject: [bug #25397] Inconsistency in handling Alt Gr key
Date: Tue, 10 Feb 2009 00:08:35 +0000
User-agent: Opera/10.00 (Windows NT 5.0; U; en) Presto/2.2.0

Follow-up Comment #7, bug #25397 (project gnustep):

I think I found a good compromise:

at line 1667 of WIN32Server.m

  /* AltGr is mapped to right alt + left control */
  if ((keyState[VK_CONTROL] & 128) && !((keyState[VK_LCONTROL] & 128) &&
(keySta
te[VK_RMENU] & 128)))
    eventFlags |= NSControlKeyMask;

this works and it robs just one of the possible 4 alt-ctrl combinations, the
correct one for my keyboard (strangely, altgr, which is at right, couples with
the left control). You can still use the remaining if needed. "works for me"

[the discovered fact that left-alt + key doesn't even seem to give an event
is even stranger... and still remains)

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?25397>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]