user32: Edit controls should ignore WM_KEYDOWN on control + enter.
diff --git a/dlls/user32/edit.c b/dlls/user32/edit.c
index 4c0342b..b58dc96 100644
--- a/dlls/user32/edit.c
+++ b/dlls/user32/edit.c
@@ -4606,6 +4606,7 @@
 		DWORD dw;
 
                 if (!EDIT_IsInsideDialog(es)) return 1;
+                if (control) break;
                 hwndParent = GetParent(es->hwndSelf);
                 dw = SendMessageW( hwndParent, DM_GETDEFID, 0, 0 );
 		if (HIWORD(dw) == DC_HASDEFID)