The escape key does not stop this game when it is executing. As far as I can tell, you don't have any key to stop the full screen game. This is a real problem on Macs as the standard keyboard shortcuts to kill the window don't work for this game either. The Monogame Framework includes functionality in Game1.cs to use the escape key to quit. You should not have removed it.