summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorculler <culler>2021-05-01 22:37:09 (GMT)
committerculler <culler>2021-05-01 22:37:09 (GMT)
commitfac20f8890c7bd26715992c7a2f12a05c16c9b80 (patch)
tree6c84a136f3d434858e4739b1e6eb19794007c24a
parentabb49e5c9eee31495eb2ff1c3a676306fff3a51d (diff)
downloadtk-fac20f8890c7bd26715992c7a2f12a05c16c9b80.zip
tk-fac20f8890c7bd26715992c7a2f12a05c16c9b80.tar.gz
tk-fac20f8890c7bd26715992c7a2f12a05c16c9b80.tar.bz2
Edit comments.
-rw-r--r--macosx/tkMacOSXKeyEvent.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/macosx/tkMacOSXKeyEvent.c b/macosx/tkMacOSXKeyEvent.c
index 7d59c53..5bf4f33 100644
--- a/macosx/tkMacOSXKeyEvent.c
+++ b/macosx/tkMacOSXKeyEvent.c
@@ -229,9 +229,7 @@ static NSUInteger textInputModifiers;
/*
* We are not handling this event as an NSTextInputClient, so we need to
- * finish constructing the XEvent and queue it. However, we just drop all
- * repeated events in the case that the user has turned off key repeats.
- * See ticket [2ecb09d118].
+ * finish constructing the XEvent and queue it.
*/
macKC.v.o_s = ((modifiers & NSShiftKeyMask ? INDEX_SHIFT : 0) |
@@ -272,8 +270,7 @@ static NSUInteger textInputModifiers;
/*
* Finally we can queue the XEvent, inserting a KeyRelease before a
- * repeated KeyPress unless key repeats have been disabled in the
- * system preferences.
+ * repeated KeyPress,
*/
if (type == NSKeyDown && [theEvent isARepeat]) {