pipeline icon indicating copy to clipboard operation
pipeline copied to clipboard

pipeline eats Ctrl-g and Ctrl-\

Open hroptatyr opened this issue 8 years ago • 0 comments

Ctrl-g is defined to send SIGQUIT which apparently is ignored. Worse though, Ctrl-\ is to send SIGABRT which normally should abort the process, also ignored.

I can understand that Ctrl-c is reserved to editing the pipeline (or the subprocesses spawned by it) but I feel there should be a way to actually abort the whole tool.

hroptatyr avatar Nov 08 '16 06:11 hroptatyr