[vlc-commits] Deactivate volume media key by default...

Jean-Baptiste Kempf git at videolan.org
Sat Mar 19 13:07:26 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar 19 13:06:46 2011 +0100| [fb1c64de4af3bebf979e51f3035cfb3ece25d815] | committer: Jean-Baptiste Kempf

Deactivate volume media key by default...

Too many complaints, notably on Reddit

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fb1c64de4af3bebf979e51f3035cfb3ece25d815
---

 modules/gui/qt4/qt4.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index e27c4ed..baa08f9 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -267,7 +267,7 @@ vlc_module_begin ()
 
 #ifdef WIN32
     add_bool( "qt-disable-volume-keys"             /* name */,
-              false                                /* default value */,
+              true                                 /* default value */,
               QT_DISABLE_VOLUME_KEYS_TEXT          /* text */,
               QT_DISABLE_VOLUME_KEYS_LONGTEXT      /* longtext */,
               false                                /* advanced mode only */)



More information about the vlc-commits mailing list