mirror of https://github.com/mpv-player/mpv
pass keys a-z && A-Z
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@370 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3cfac87cb4
commit
2602f0196f
|
@ -85,7 +85,9 @@ void vo_x11_putkey(int key){
|
|||
case wsGrayMinus: mplayer_put_key('-'); break;
|
||||
case wsPlus:
|
||||
case wsGrayPlus: mplayer_put_key('+'); break;
|
||||
default: if((key>='a' && key<='z')||(key>='A' && key<='Z')) mplayer_put_key(key);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue