]> git.sesse.net Git - vlc/commitdiff
mac shortcuts: delete default shortcut for wallpaper mode
authorDavid Fuhrmann <dfuhrmann@videolan.org>
Fri, 9 May 2014 14:08:56 +0000 (16:08 +0200)
committerDavid Fuhrmann <dfuhrmann@videolan.org>
Sat, 10 May 2014 11:51:13 +0000 (13:51 +0200)
This shortcut is not supported on the mac, and will not work.

src/libvlc-module.c

index 911d23ec1dbb2dd0a3993f25d6a5f590491df6e8..0156bec31efef2f33a9e7b07b1d5623faf562925 100644 (file)
@@ -2242,7 +2242,7 @@ vlc_module_begin ()
 #   define KEY_PLAY_BOOKMARK9     NULL
 #   define KEY_PLAY_BOOKMARK10    NULL
 #   define KEY_RECORD             "Command+Shift+r"
-#   define KEY_WALLPAPER          "w"
+#   define KEY_WALLPAPER          NULL
 #   define KEY_AUDIODEVICE_CYCLE  "Shift+a"
 #   define KEY_PLAY_CLEAR         NULL