]> 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 c8968410474c70f70424a46a34fcb1f5cd905c76..52f2c1c3c7d345601c59b2c00f777cd8dba38f0d 100644 (file)
@@ -16,7 +16,7 @@ How to create an event ?
 ========================
 
 An event describes a simple action as seen above.
-All attiributes are explained in the 'skins-howto.txt' file except the 'event'
+All attributes are explained in the 'skins-howto.txt' file except the 'event'
 attribute wich is a bit special.
 In the 'event' attribute you will enter a simple script with the following
 syntax :
@@ -54,6 +54,10 @@ EVENT is the action to execute, it can be one of the following:
    Action    : Open an "open file dialog box" to change the current skin.
    Parameters: none.
 
+ - VLC_ON_TOP:
+   Action    : Toggle the "Always on top" status
+   Parameters: none.
+
  - VLC_LOG_SHOW:
    Not supported yet
 
@@ -96,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.
 
@@ -185,13 +197,15 @@ shortcut.
 
   ID           Shortcut     Description
 
-  tray         CTRL+T       Hide or show in the system tray.
+  tray                      Hide or show in the system tray.
   taskbar      CTRL+B       Hide or show in the taskbar.
   play         X            Play.
   pause        C            Pause.
   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
@@ -200,4 +214,9 @@ shortcut.
   open         CTRL+O       Open a file.
   add_file     CTRL+A       Add a file.
   load_skin    CTRL+S       Change skin.
+  on_top       CTRL+T       Toggle the "Always on top" status
+  show_prefs                Show the preferences dialog box.
+  show_info                 Show the FileInfo dialog box.
+  show_log                  Show the Messages dialog box.
+  hide_log                  Hide the Messages dialog box.