When working with a terminal / console in unixoid systems like Linux or macOS you may have encountered a command like CTRL + C to terminate a running process. There are a few more:
Signal | Control character |
---|---|
SIGINT | CTRL + C |
SIGTSTP | CTRL + Z |
SIGINFO | CTRL + T |