[vlc-commits] mac shortcuts: delete default shortcut for wallpaper mode
David Fuhrmann
git at videolan.org
Sat May 10 13:51:43 CEST 2014
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Fri May 9 16:08:56 2014 +0200| [f14c1d74f8bf449a3f27bbd739aba4897ad7f236] | committer: David Fuhrmann
mac shortcuts: delete default shortcut for wallpaper mode
This shortcut is not supported on the mac, and will not work.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f14c1d74f8bf449a3f27bbd739aba4897ad7f236
---
src/libvlc-module.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 911d23e..0156bec 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -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
More information about the vlc-commits
mailing list