From 965352d2f2fdf3043e7d4fac817768e6c695abd5 Mon Sep 17 00:00:00 2001 From: Kirill Kalishev Date: Mon, 26 Oct 2009 13:04:24 +0300 Subject: [PATCH] actionSystem.suspendFocusTransferIfApplicationInactive=false by default --- platform/platform-resources-en/src/misc/registry.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/platform-resources-en/src/misc/registry.properties b/platform/platform-resources-en/src/misc/registry.properties index 9afb7eaa830a..44b9ecd2e80a 100644 --- a/platform/platform-resources-en/src/misc/registry.properties +++ b/platform/platform-resources-en/src/misc/registry.properties @@ -19,7 +19,7 @@ actionSystem.playback.description=Delay between events generated by the playback actionSystem.focusIdleTimeout=20 actionSystem.mac.screenMenuNotUpdatedFix=false actionSystem.keyGestures.enabled=false -actionSystem.suspendFocusTransferIfApplicationInactive=true +actionSystem.suspendFocusTransferIfApplicationInactive=false ide.debugMode=true ide.debugMode.description=Record additonal information to make bug reports more informative