summaryrefslogtreecommitdiffstats
path: root/src/newt/native/NewtMacWindow.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/newt/native/NewtMacWindow.m')
-rwxr-xr-xsrc/newt/native/NewtMacWindow.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newt/native/NewtMacWindow.m b/src/newt/native/NewtMacWindow.m
index 3d8d32a40..d8d59a7af 100755
--- a/src/newt/native/NewtMacWindow.m
+++ b/src/newt/native/NewtMacWindow.m
@@ -242,6 +242,7 @@ static jint mods2JavaMods(NSUInteger mods)
- (void) keyUp: (NSEvent*) theEvent
{
[self sendKeyEvent: theEvent eventType: EVENT_KEY_RELEASED];
+ [self sendKeyEvent: theEvent eventType: EVENT_KEY_TYPED];
}
- (void) sendMouseEvent: (NSEvent*) event eventType: (jint) evType