jupyter/qtconsole

Catching Ctrl-Z and Ctrl-\

battaglia01 opened this issue · 0 comments

It would be nice if qtconsole were able to catch the Ctrl-Z and Ctrl-\ events and send them through to IPython. This would be useful for being able to do things like signal.signal(signal.SIGTSTP, debug_signal_handler).

This seems fairly easy to implement; if someone can point me to where it is I'm happy to add it.