openscopeproject / TrguiNG

Remote GUI for Transmission torrent daemon
GNU Affero General Public License v3.0
265 stars 32 forks source link

can not copy error message... #195

Closed trim21 closed 2 months ago

trim21 commented 2 months ago

I have a usecase to copy file path in error message, but I can only copy magnet of this torrent...

image

qu1ck commented 2 months ago

Right-click -> Copy

image

The ctrl-c bind is intentionally global and your use case is rare so I don't think this needs to be changed. Fields that are more often expected to be copied are made into text fields where ctrl-c still works (for example path or hash).

trim21 commented 2 months ago

thanks