During Play in editor (PIE), is there a shortcut to simulate ESC without stopping the game?

I just tested the solution below which works in 4.10.1. Add the following lines to the bottom of DefaultEngine.ini in your project’s Config folder, then restart the editor.

[/Script/Engine.PlayerInput]
-DebugExecBindings=(Key=Escape,Command="CloseEditorViewport")