]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/commands/cmd_input.hpp
* add "remove prefs and cache" option in installer and uninstaller
[vlc] / modules / gui / skins2 / commands / cmd_input.hpp
index 911624c7c536acfbc6a294556161d9d2a4a073b7..c1838dd3f121ae95b5a097b87fa7818d54d11a75 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * cmd_input.hpp
  *****************************************************************************
- * Copyright (C) 2003 VideoLAN
- * $Id: cmd_input.hpp,v 1.2 2004/01/18 19:54:45 asmax Exp $
+ * Copyright (C) 2003 the VideoLAN team
+ * $Id$
  *
  * Authors: Cyril Deguet     <asmax@via.ecp.fr>
  *          Olivier Teulière <ipkiss@via.ecp.fr>
@@ -33,6 +33,9 @@ DEFINE_COMMAND( Pause, "pause" )
 DEFINE_COMMAND( Stop, "stop" )
 DEFINE_COMMAND( Slower, "slower" )
 DEFINE_COMMAND( Faster, "faster" )
+DEFINE_COMMAND( Mute, "mute" )
+DEFINE_COMMAND( VolumeUp, "volume up" )
+DEFINE_COMMAND( VolumeDown, "volume down" )
 
 
 #endif