cointop-sh / cointop

A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
https://cointop.sh
Apache License 2.0
3.98k stars 311 forks source link

Remove all mouse bindings #241

Closed matthiasbeyer closed 2 years ago

matthiasbeyer commented 2 years ago

Is there a way to remove mouse recognition?

Usecase is simple: I'd like to open cointop and then make my terminal (Konsole) read-only. For that I'd like to use right-click (to open the konsole menu and select "Read-only").

Right now that is not possible because cointop captures the mouse click.

lyricnz commented 2 years ago

Unfortunately this is hard-coded on right at the moment. Give me a few minutes...

lyricnz commented 2 years ago

Raised a PR to make this configurable. Feel free to checkout and build, and see if it works for you?

matthiasbeyer commented 2 years ago

Wow, that was fast. Will test tomorrow, my TZ needs me to sleep! :smile: