wavexx / screenkey

A screencast tool to display your keys inspired by Screenflick
https://www.thregr.org/~wavexx/software/screenkey/
GNU General Public License v3.0
757 stars 66 forks source link

Quit command? #50

Closed i5ar closed 7 years ago

i5ar commented 7 years ago

I can only use screenkey from the terminal (without slop) and I can't find a command to quit the program. So I have to kill the process every time. Is there a better and faster way that I'm missing?

wavexx commented 7 years ago

On Tue, Aug 08 2017, iSar wrote:

I can only use screenkey from the terminal (without slop) and I can't find a command to quit the program. So I have to kill the process every time. Is there a better and faster way that I'm missing?

I use --no-detach with myself, so that I can have a handle on the PID. screenkey will gracefully shutdown on SIGINT or SIGTERM.

I'm not too fond of the default behavior to detach automatically, as it creates some other "funky" problems for GTK itself, but it was there in the original version so I kept it.