mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-23 16:10:52 +00:00
improvements to earlier 'determine modifier from keysym' patch to x11/XGServerEvent.m
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@20130 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c5efbf0d65
commit
592a69083b
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2004-09-24 Adrian Robert <arobert@cogsci.ucsd.edu>
|
||||
|
||||
* Source/x11/XGServerEvent.m: Improvement of earlier update to
|
||||
determine modifiers from KeySyms rather than KeyCodes: in
|
||||
process_key_event, KeySym is now looked up taking shift/compose
|
||||
modifier state into account, while in handling of KeyMapNotify in
|
||||
processEvent: this state is also considered in the majority of cases.
|
||||
Base on suggestions by Kazunobu Kuriyama (kazunobu.kuriyama@nifty.com).
|
||||
|
||||
2004-09-23 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version 0.9.4
|
||||
|
|
Loading…
Reference in a new issue