Skip to content

Commit

Permalink
Use mouse wheel for volume in mpv.
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeto committed Jan 26, 2016
1 parent 21aebbf commit a0f8fa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _config/mpv/input.conf
Expand Up @@ -8,6 +8,8 @@ UP no-osd seek 60 ; show_progress
DOWN no-osd seek -60 ; show_progress
PGUP no-osd seek 600 ; show_progress
PGDWN no-osd seek -600 ; show_progress
MOUSE_BTN3 add volume 5
MOUSE_BTN4 add volume -5
t show_progress
] add speed 0.1
[ add speed -0.1
Expand Down

0 comments on commit a0f8fa4

Please sign in to comment.