-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Mouse support #119
Comments
No, I don't think this could be easily achieved. |
Scrolling the station list, selecting and playing a station with mouse would be a great feature. |
I think I got it... Can you plese test the branch named napcok? Here's what is implemented:
Thanks! |
Just added:
|
It works ... I mean left click, left double click, scrolling and middle click. No luck with latter options. (maybe something is wrong with my setup) Anyway it is perfectly usable with mouse now! |
Hm... So, we cannot use button3 (right click) because terminal use it themselves, we should stay away from button 2 (middle click) since if used incorrectly, it can mess things up. All we are left with is left click (which I cannot used with any of alt, ctrl, shift) and the wheel, which (when SHIFTed) I find it hard to work with xterm (on manjaro it works, on a debian virtual machine it does not - something about congif I suppose). I don't know... I think I will let it rest for now, and have a look at it later... |
Compiled it again, and Mute player (middle click) not working. Package for Manjaro/Mabox is available at https://repo.maboxlinux.org/stable/x86_64/ as pyradio-git. I think those four options are enough for comfortable pyradio basic usage with mouse:
|
Noooooo! I am really really sorry for the missunderstanding regarding the state of the package! |
No problem, I removed "mouse" branch pkg from repo. |
I have been reading regarding mouse support under console and it seems that there is no official standard, everybody implements things as he wants. So, whatever works, works, depending on the therminal used. I have re-enabled the middle click and removed the "save volume gesture". |
Ok, I will keep testing it on my machine. Thanks. |
Ok, in that case I am updating branch napcok so you have the latest... EDIT |
Tested with latest commit, works and looks good :) |
Thanks for th feedback! Does "mouse volume adjustment" work in mabox. In my installed system (on virtlib) I see pyradio opening with terminator, and volume adj. (SHIFT-Wheel up/down) does not work. Can you use any other terminal to open pyradio with? I know that alacritty, kitty, sakura roxtrem and termite will work ok... |
Sure, I will find other terminal for that. |
Hello, |
Hi again! BTW, sakura is a great terminal, I agree |
Version 0.8.8.3 released! |
It is possible to add mouse support to Pyradio?
I mean something like in bpytop that can be operated comfortably with both a keyboard and a mouse.
The text was updated successfully, but these errors were encountered: