SrainApp / srain

Modern IRC client written in GTK
https://srain.silverrainz.me/
Other
309 stars 35 forks source link

Sui(impl): Add <C-q> shortcut for quitting Srain (#223) #424

Closed Exagone313 closed 2 months ago

Exagone313 commented 2 months ago

Closes #223

SilverRainZ commented 2 months ago

As we have "exit-on-close" conf item since #150, when it is set to false and ctrl+q is pressed, should Srain exit or just hide?

Exagone313 commented 2 months ago

should Srain exit or just hide

Another possibility is to add a configuration option exit-on-ctrl-q, also defaulting to false.

SilverRainZ commented 2 months ago

I found that Polari always exits when C-q is pressed, let's go with it for now.