mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
invert volume scrollwheel
<daniiooo> also iirc some time ago we were talking about the scroll for volume ed <daniiooo> and how its reversed <ed> is it reversed though? most people said it worked the way they expected <daniiooo> fuck maybe i agreed back then too <daniiooo> its the opposite in both aimp and mpv though <ed> is it w <tatsu> its a feature <Devices> it's to keep you on your toes <Devices> consciously use copyparty <ed> i can invert it no problem <ed> would be a nice surprise for anyone who's used it <Flaminator> Scroll down turns the audio down right? <daniiooo> ye it makes it louder in cpp <Devices> why would scrolling down make something louder <Vin> yeah that's odd <Vin> scrolling up should make it louder <Flaminator> It's what it does for me in winamp, mpc-hc and foobar2000. <daniiooo> so now the question is who itc agreed to whats currently in cpp <daniiooo> haha <ed> idk but i'm inverting it <ed> let's invert it every 6 months
This commit is contained in:
parent
0b46b1a614
commit
7d8d94388b
|
@ -2543,6 +2543,7 @@ function mpause(e) {
|
|||
if (!dist || !mp.au)
|
||||
return true;
|
||||
|
||||
dist *= -1;
|
||||
mp.setvol(mp.vol + dist / 500);
|
||||
vbar.draw();
|
||||
ev(e);
|
||||
|
|
Loading…
Reference in a new issue