]> git.sesse.net Git - vlc/blobdiff - doc/skins/events-howto.txt
Use var_InheritString for --decklink-video-connection.
[vlc] / doc / skins / events-howto.txt
index afe464e7d9780a3ba4d74ada735e5674fea148af..52f2c1c3c7d345601c59b2c00f777cd8dba38f0d 100644 (file)
@@ -100,6 +100,14 @@ EVENT is the action to execute, it can be one of the following:
    Action    : go to the previous file in the playlist.
    Parameters: none.
 
+ - VLC_SLOWER:
+   Action    : play the stream slower.
+   Parameters: none.
+
+ - VLC_FASTER:
+   Action    : play the stream faster.
+   Parameters: none.
+
  - VLC_STREAMPOS:
    Not supported yet.
 
@@ -196,6 +204,8 @@ shortcut.
   stop         V            Stop.
   next         B            Next file.
   prev         Z            Previous file.
+  slow                      Play slower.
+  fast                      Play faster.
   fullscreen   F            Switch to fullscreen mode.
   mute                      Mute the sound.
   volume_up