hrkfdn / ncspot

Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An option to disable mouse controls

epixinvites opened this issue · comments

Is your feature request related to a problem? Please describe.
It's always frustrating when I want to copy the name of a song. When I want to copy the name of the song it ends up playing or stopping it. I can't even drag the characters to copy it.

Describe the solution you'd like
An option that disables all mouse input.

Unfortunately this does not seem to be possible with Cursive at the moment: gyscos/cursive#477

Hm. Is it then possible to add an option to copy the name/metadata of the song to the system clipboard in the context menu?

Isn't it possible to copy stuff by holding Shift while dragging with the mouse, then Ctrl+Shift+C? I know it's a bit of a hack, but it works 😄

@ThomasFrans oh! it works. Thank you.