Commit f787d521 authored by Kaarlo Raiha's avatar Kaarlo Raiha Committed by Jean-Baptiste Kempf

support channel up and channel down remote keys QT4+win32

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 70526ce2
......@@ -194,9 +194,11 @@ bool MainInterface::winEvent ( MSG * msg, long * result )
case APPCOMMAND_MEDIA_PAUSE:
THEMIM->pause();
break;
case APPCOMMAND_MEDIA_CHANNEL_DOWN:
case APPCOMMAND_MEDIA_PREVIOUSTRACK:
THEMIM->prev();
break;
case APPCOMMAND_MEDIA_CHANNEL_UP:
case APPCOMMAND_MEDIA_NEXTTRACK:
THEMIM->next();
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment