[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #44825] Apps can't read special chars after unfocus
From: |
Germán Arias |
Subject: |
[bug #44825] Apps can't read special chars after unfocus |
Date: |
Sun, 26 Apr 2015 05:18:27 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0 |
Follow-up Comment #5, bug #44825 (project gnustep):
See method -handleKeyboardEvents:client: in NSInputManager. I added:
NSLog([theEvent description]);
inside the while loop. Wiht this, the first time I press AltGr + ` and the
space I get only one NSEvent object:
Gemas[5100:5100] NSEvent: eventType = keyDown, point = { 1.000000, 504.000000
}, modifiers = 0, time = 0.000000, window = 17, dpsContext = 0x26ad940,
repeat = NO, keys = `, ukeys = (null), keyCode = 0x0
and of course this works. But then, after unfocus, I get two events, one to
AltGr + ` :
Gemas[5100:5100] NSEvent: eventType = keyDown, point = { 212.000000,
396.000000 }, modifiers = 524288, time = 1946.818000, window = 17, dpsContext
= 0x26ad940, repeat = NO, keys = (null), ukeys = }, keyCode = 0x33
and other for the space:
Gemas[5100:5100] NSEvent: eventType = keyDown, point = { 212.000000,
396.000000 }, modifiers = 0, time = 1971.700000, window = 17, dpsContext =
0x26ad940, repeat = NO, keys = , ukeys = , keyCode = 0x41
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?44825>
_______________________________________________
Mensaje enviado vía/por Savannah
http://savannah.gnu.org/
- [bug #44825] Apps can't read special chars after unfocus, Gustav, 2015/04/13
- [bug #44825] Apps can't read special chars after unfocus, Germán Arias, 2015/04/23
- [bug #44825] Apps can't read special chars after unfocus, Gustav, 2015/04/23
- [bug #44825] Apps can't read special chars after unfocus, Germán Arias, 2015/04/24
- [bug #44825] Apps can't read special chars after unfocus, Gustav, 2015/04/24
- [bug #44825] Apps can't read special chars after unfocus,
Germán Arias <=
- [bug #44825] Apps can't read special chars after unfocus, Germán Arias, 2015/04/26
- [bug #44825] Apps can't read special chars after unfocus, Gustav, 2015/04/26
- [bug #44825] Apps can't read special chars after unfocus, Germán Arias, 2015/04/27
- [bug #44825] Apps can't read special chars after unfocus, Gustav, 2015/04/27