You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: