]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwindows/preferences_widgets.cpp
* include/vlc_keys.h: mouse wheel events now considered as hotkeys
[vlc] / modules / gui / wxwindows / preferences_widgets.cpp
index b6b0bd16b0dde064d8e75355f77da5ec9bbc09d2..a5fb57f67f41285802181fbc57f4c97048788768 100644 (file)
@@ -2,7 +2,7 @@
  * preferences_widgets.cpp : wxWindows plugin for vlc
  *****************************************************************************
  * Copyright (C) 2000-2004 VideoLAN
- * $Id: preferences_widgets.cpp,v 1.23 2004/01/29 17:04:01 gbazin Exp $
+ * $Id$
  *
  * Authors: Gildas Bazin <gbazin@netcourrier.com>
  *          Sigmund Augdal <sigmunau@idi.ntnu.no>
@@ -187,6 +187,8 @@ static wxString KeysList[] =
     wxT("Page Down"),
     wxT("Tab"),
     wxT("Backspace"),
+    wxT("Mouse Wheel Up"),
+    wxT("Mouse Wheel Down"),
     wxT("a"),
     wxT("b"),
     wxT("c"),