]> git.sesse.net Git - vlc/commit
Win32: workaround awesome Windows key design
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 29 Jan 2014 18:59:20 +0000 (19:59 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 29 Jan 2014 19:03:20 +0000 (20:03 +0100)
commite8668774da18804c7ab22b9cf62d119423495afc
treeee1f252abbc735fbffe09874474ac6d52072715f
parent4ffd6f0bbf863f4e4c07c10e2c894f02d1fb3ca6
Win32: workaround awesome Windows key design

Multimedia Keys, on Windows, generate both WM_APPCOMMAND and WM_KEYDOWN,
even if you accept the first, because that makes so much sense.
But some remotes only generate the APPCOMMAND ones, of course...

Therefore, Qt will get the messages twice and do play/pause.
This is not the correct fix, I'm afraid, but this will do until someone
redoes the configuration of the options and fixes the APPCOMMAND
handling with a correct MCE remote. This will do it for now...

Close #9521
src/libvlc-module.c