Difference between revisions of "Mouse gestures"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
The following gestures are supported:
 
The following gestures are supported:
  
* left : Go to previous entry in playlist
+
* '''left''' : Go to previous entry in playlist
* right : Go to next entry in playlist
+
* '''right''' : Go to next entry in playlist
* up-right : Enter fullscreen mode
+
* '''up-right''' : Enter fullscreen mode
* down-right : Quit VLC  
+
* '''down-right''' : Quit VLC  
  
  
 
Back to [[Additional Interfaces]]<br>
 
Back to [[Additional Interfaces]]<br>
 
Back to [[Main Page]]
 
Back to [[Main Page]]

Revision as of 19:40, 28 January 2005

VLC has basic support for mouse gestures. To activate this add "gestures" to the extraintf list (like this "vlc --extraintf gestures" ) or write "gestures" in the "extra interface modules" field in the configuration window.

You can select which button you want to hold down while using the gestures in the preferences panel.

The following gestures are supported:

  • left : Go to previous entry in playlist
  • right : Go to next entry in playlist
  • up-right : Enter fullscreen mode
  • down-right : Quit VLC


Back to Additional Interfaces
Back to Main Page