JRE-190 Cannot type opening square bracket or brace with a Spanish keyboard in the last Rubymine EAP
diff --git a/src/macosx/native/sun/awt/AWTView.m b/src/macosx/native/sun/awt/AWTView.m
index 03abfcc..f320a28 100644
--- a/src/macosx/native/sun/awt/AWTView.m
+++ b/src/macosx/native/sun/awt/AWTView.m
@@ -572,11 +572,6 @@
 
     if (status == noErr && isDeadKeyPressed != 0) {
 
-        if (event.type != 11 /*NSEventTypeKeyUp*/) {
-            // We send only key release for dead keys
-            return;
-        }
-
         status = UCKeyTranslate(
                     keyboardLayout,
                     kVK_Space,