Skip to content

Commit 7d8d943

Browse files
committed
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
1 parent 0b46b1a commit 7d8d943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

copyparty/web/browser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2543,6 +2543,7 @@ function mpause(e) {
25432543
if (!dist || !mp.au)
25442544
return true;
25452545

2546+
dist *= -1;
25462547
mp.setvol(mp.vol + dist / 500);
25472548
vbar.draw();
25482549
ev(e);

0 commit comments

Comments
 (0)