Difference between revisions of "Mouse gestures"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Reverted edit of Sorry1120, changed back to last version by Fkuehne)
m (DoesItReallyMatter moved page Mouse Gestures to Mouse gestures: Consistent naming. Also provides a useful redirect)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
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.
+
'''{{VLC}} has basic support for mouse gestures.'''
  
You can select which button you want to hold down while using the gestures in the preferences panel.
+
== Activation ==
 +
To activate this feature, go to Preferences > All > Interface > Control Interfaces and check "Mouse gestures control interface". Then restart VLC.
 +
 
 +
Alternatively you can add "gestures" to the extraintf list (like this "vlc --extraintf gestures" ) when starting VLC from the command line, or manually write "gestures" in the "extra interface modules" field in the configuration window.
 +
 
 +
== Settings ==
 +
You can select which button you want to hold down while using the gestures in the preferences panel (Control Interfaces > Gestures).
  
 
The following gestures are supported:
 
The following gestures are supported:
  
 +
=== 0.9.0 and over ===
 +
* '''left''' : Short time skip backward (10sec by default)
 +
* '''right''' : Short time skip forward (10sec by default)
 +
* '''left-up''' : Faster
 +
* '''right-up''' : Slower
 +
* '''left-down''' : Go to previous entry in playlist
 +
* '''right-down''' : Go to next entry in playlist
 +
* '''left-right''' : Play/Pause
 +
* '''right-left''' : Play/Pause
 +
 +
* '''up''' : Volume up
 +
* '''down''' : Volume down
 +
* '''up-down''' : Mute Volume
 +
* '''down-up''' : Mute Volume
 +
* '''up-right''' : Change Audio track
 +
* '''down-right''' : Change Subtitle track
 +
* '''up-left''' : Enter fullscreen mode
 +
* '''down-left''' : Quit VLC
 +
 +
 +
=== 0.8.x ===
 
* '''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
Line 13: Line 40:
  
 
===Related topic===
 
===Related topic===
[[Additional Interfaces]]
+
[[Interfaces]]
 +
 
 +
[[Category:Interfaces]]

Latest revision as of 23:25, 26 January 2019

VLC media player has basic support for mouse gestures.

Activation

To activate this feature, go to Preferences > All > Interface > Control Interfaces and check "Mouse gestures control interface". Then restart VLC.

Alternatively you can add "gestures" to the extraintf list (like this "vlc --extraintf gestures" ) when starting VLC from the command line, or manually write "gestures" in the "extra interface modules" field in the configuration window.

Settings

You can select which button you want to hold down while using the gestures in the preferences panel (Control Interfaces > Gestures).

The following gestures are supported:

0.9.0 and over

  • left : Short time skip backward (10sec by default)
  • right : Short time skip forward (10sec by default)
  • left-up : Faster
  • right-up : Slower
  • left-down : Go to previous entry in playlist
  • right-down : Go to next entry in playlist
  • left-right : Play/Pause
  • right-left : Play/Pause
  • up : Volume up
  • down : Volume down
  • up-down : Mute Volume
  • down-up : Mute Volume
  • up-right : Change Audio track
  • down-right : Change Subtitle track
  • up-left : Enter fullscreen mode
  • down-left : Quit VLC


0.8.x

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


Related topic

Interfaces