Open disarmer opened 11 years ago
Hm? What did you expected? Suspend a process?
Yes, this shortkeys send various UNIX signals to active process: control+C=SIGINT control+Z=SIGSTOP control+\=SIGKILL control+S,control+Q=stop/resume output
http://web.cecs.pdx.edu/~rootd/catdoc/guide/TheGuide_38.html
Ah, Okay, could you send me a patch? I think the ctrl-c code was already implemented... iirc.
ok, i'll fork and try to implement this
Terminal hotkeys (like control+Z, control+) doesn't work: it inserts unprintable symbol instead.