Improvements and simplifications in the new keybinding engine

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12747 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2002-02-25 13:52:27 +00:00
parent 558ecd6371
commit 4d855760b8

View file

@ -1,3 +1,17 @@
Mon Feb 25 13:04:12 2002 Nicola Pero <nicola@brainstorm.co.uk>
* Source/NSInputManager.m ([+describeKeyStroke:withModifiers:]):
Output NumericPad-, not Numeric-, for a numeric pad key.
* Source/NSInputManager.m ([-handleKeyboardEvents:client:]): Do
not discard the NumericPad modifier flag when looking up
keystrokes. Remove shift from flags when the keystroke is not a
function key. Do not output function keys literally if they are
not bound to anything.
* Source/GSKeyBindingTable.m ([-bindKey:toAction:]): Simplified -
do not insert keybindings twice - with and without shift - if they
are not function keys. Simplified comparisons and updates for
this change. Fixed memory leak when overriding keybindings.
Mon Feb 25 02:16:32 2002 Nicola Pero <n.pero@mi.flashnet.it>
Rewritten the input manager keybinding engine to be a full blown