Added ivar to control whether to insert literally Control keystrokes or not

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12850 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2002-02-27 21:05:20 +00:00
parent 06a80d198d
commit 98de8c5cd8

View file

@ -124,6 +124,12 @@
reset ourselves immediately into vanilla root input state. */
unichar _abortCharacter;
int _abortFlags;
/* When it is YES, keystrokes containing the NSControlKeyMask as not
inserted into the text. This is so that if you press Control-x,
and that is bound to nothing, it doesn't get inserted as a strange
character into your text. */
BOOL _insertControlKeystrokes;
}
+ (NSInputManager *) currentInputManager;