mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 20:49:13 +00:00
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
This commit is contained in:
parent
7578f35464
commit
fd35d7cb93
1 changed files with 14 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
Wed Feb 27 18:59:54 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* 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 <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSResponder.m ([-insertText:]): Added.
|
||||
|
||||
Wed Feb 27 18:54:43 2002 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* Headers/gnustep/gui/NSTextStorage.h: Documented.
|
||||
|
|
Loading…
Reference in a new issue