SrainApp / srain

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

Enable copy for partially highlighted messages #412

Open jlo62 opened 2 months ago

jlo62 commented 2 months ago

It would be nice to be able to copy such highlighted text with ctrl+c:\ image

SilverRainZ commented 2 months ago

Good point.

I might know the reason. The Gtk.Label::copy-clipboard signal does what you want, and it is enabled by default, but Srain keeps focus on the input buffer (Convenient for users to input at any time), so ctrl+c can't be correctly sent to the label widget.

I will try to fix it, but not very soon, I am no longer active on IRC and can not be a good maintainer now :'( If anyone wants to help, feel free to file PR.