actionSystem.suspendFocusTransferIfApplicationInactive=false by default

This commit is contained in:
Kirill Kalishev
2009-10-26 13:04:24 +03:00
parent 9abc22b731
commit 965352d2f2
@@ -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