mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-30 04:50:57 +00:00
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:
parent
06a80d198d
commit
98de8c5cd8
1 changed files with 6 additions and 0 deletions
|
@ -124,6 +124,12 @@
|
||||||
reset ourselves immediately into vanilla root input state. */
|
reset ourselves immediately into vanilla root input state. */
|
||||||
unichar _abortCharacter;
|
unichar _abortCharacter;
|
||||||
int _abortFlags;
|
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;
|
+ (NSInputManager *) currentInputManager;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue