mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 03:00:47 +00:00
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:
parent
558ecd6371
commit
4d855760b8
1 changed files with 14 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue