1
mirror of https://github.com/mpv-player/mpv synced 2024-09-09 01:16:56 +02:00

i say: fix keyhandling

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1787 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2001-08-30 20:57:09 +00:00
parent 8f3c713df0
commit f575265bda

View File

@ -557,7 +557,7 @@ void mplMainKeyHandle( int State,int Type,int Key )
case wsS: msg=evStop; break;
case wsp:
case wsP: msg=evPlayList; break;
default: mplayer_put_key( Key ); return;
default: vo_x11_putkey( Key ); return;
}
if ( ( msg != evNone )&&( Type == wsKeyPressed ) )
{