Feature #48
Using touchpad for manipulating timeline and sound volumen
| Status: | Closed | Start Date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | gui_controls | |||
| Target version: | rev11 |
Description
VLC have pretty good use of 2-fingers on touchpad. When i slide left-right i'm manipulating time line, when up-dow i change sound volume. It's pretty usefull behaviour.
History
Updated by Adrian Stutz over 3 years ago
- Status changed from New to Assigned
Updated by anonymous - over 3 years ago
I think all this really involves implementing is scroll wheel up/down and left/right (i.e. if you scroll up/down on your mouse in vlc the volume goes up/down)
-Dave
Updated by b-side-ggs-ch - about 3 years ago
This could be loosely related to Ticket #138 ("use existing dot-files"). If the underlying mplayer process would read in the configuration files, then you could just add a few lines to ~/.mplayer/input.conf, e.g.
MOUSE_BTN3 volume 1
MOUSE_BTN4 volume -1
MOUSE_BTN5 seek -10
MOUSE_BTN6 seek 10
The problem is, however, if you have a mouse with extra buttons (i.e. media keys and the like), then the button numbers could get mixed up. Therefore it might be preferable to have this controlled by the GUI.
Updated by Adrian Stutz almost 3 years ago
- Status changed from Assigned to Closed
- 1 set to fixed
Added in SVN for rev11.
Scroll wheel up/down changes volume and left/right seeks.