mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 21:06:00 +00:00
changed KEY_PREVIOUS to KEY_PREV, cause the first undefined
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16897 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3d868eb412
commit
126f151cda
@ -1500,7 +1500,7 @@ check_events( void )
|
||||
mplayer_put_key( KEY_REWIND );
|
||||
break;
|
||||
case DIKS_PREVIOUS:
|
||||
mplayer_put_key( KEY_PREVIOUS );
|
||||
mplayer_put_key( KEY_PREV );
|
||||
break;
|
||||
case DIKS_VOLUME_UP:
|
||||
mplayer_put_key( KEY_VOLUME_UP );
|
||||
|
Loading…
Reference in New Issue
Block a user