]> git.sesse.net Git - vlc/blobdiff - doc/skins/events-howto.txt
* modules/gui/skins/src/banks.cpp: Two events had the same shortcut
[vlc] / doc / skins / events-howto.txt
index 8afa55c4408c148417a07d7e4d5f94f5740aa3a7..afe464e7d9780a3ba4d74ada735e5674fea148af 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
 
@@ -185,7 +189,7 @@ 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.
@@ -200,6 +204,7 @@ 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.