mirror of https://github.com/mpv-player/mpv
10l noticed by Joey Parrish <joey at nicewarrior.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9895 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a024c7fe90
commit
88d65344eb
|
@ -786,7 +786,7 @@ static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM l
|
|||
case VK_HOME:
|
||||
{mplayer_put_key(KEY_HOME);break;}
|
||||
case VK_END:
|
||||
{mplayer_put_key(VK_END);break;}
|
||||
{mplayer_put_key(KEY_END);break;}
|
||||
case VK_PRIOR:
|
||||
{mplayer_put_key(KEY_PAGE_UP);break;}
|
||||
case VK_NEXT:
|
||||
|
|
Loading…
Reference in New Issue