mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 11:42:04 +00:00
jol csak KeyPress - re event mplayernek.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4062 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9756472bdd
commit
36cf5a69af
@ -612,7 +612,7 @@ void mplMainKeyHandle( int State,int Type,int Key )
|
||||
case wsS: msg=evStop; break;
|
||||
case wsp:
|
||||
case wsP: msg=evPlayList; break;
|
||||
default: vo_x11_putkey( Key ); return;
|
||||
default: if ( Type == wsKeyPressed ) vo_x11_putkey( Key ); return;
|
||||
}
|
||||
if ( ( msg != evNone )&&( Type == wsKeyPressed ) )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user