From: Aaron M. <mav...@gm...> - 2011-07-20 17:00:18
|
Simple question. Is it possible to disable the functionality of the escape key (i.e. summarily shutting down my application) from within Python? Setting scene.exit = False appears to stop it from exiting the program entirely, but it still destroys the display window, and there doesn't appear to be any way to get it back.* My application involves interactive use over extended periods of time, and accidentally hitting ESC in the middle of a run -- often an intuitive thing to do, even for myself, the author of the software -- is a frustrating experience, to say the least. Thanks! * I am using Visual 5.4 on Gentoo Linux. -- Aaron Mavrinac www.mavrinac.com |