From fd35d7cb93c02221088d2b5befc6065e1241341e Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Wed, 27 Feb 2002 21:07:52 +0000 Subject: [PATCH] Improved the input manager so that pressing strange keystrokes not bound to keybindings produce a beep but nothing strange get into the text git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12852 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 16bea03fc..8f3664c7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Wed Feb 27 18:59:54 2002 Nicola Pero + + * Headers/gnustep/gui/NSInputManager.h (_insertControlKeystrokes): New ivar. + * Source/NSInputManager.m ([-initWithName:host:]): + Read the user default GSInsertControlKeystrokes and save it. + * Source/NSInputManager.m ([-handleKeyboardEvents:client:]): When + inserting literally a keystroke, if GSInsertControlKeystrokes is + NO, and this is a control keystroke, beep but don't insert it. + Beep when a function key not bound to anything is pressed. + +Wed Feb 27 18:57:50 2002 Nicola Pero + + * Source/NSResponder.m ([-insertText:]): Added. + Wed Feb 27 18:54:43 2002 Nicola Pero * Headers/gnustep/gui/NSTextStorage.h: Documented.