vo_corevideo: fix key interpretation with modifiers
commit4a8ee6d9a4266589b25a817eb9fbc71a11704bc8
authorStefano Pigozzi <stefano.pigozzi@gmail.com>
Sat, 26 Nov 2011 15:21:42 +0000 (26 16:21 +0100)
committerUoti Urpala <uau@mplayer2.org>
Sat, 26 Nov 2011 18:04:16 +0000 (26 20:04 +0200)
tree660403f127114cafe1673f1f8551ef5b4c476a9d
parent9ffd1cdaf802acf71c7e4db86b650be33b7c05ba
vo_corevideo: fix key interpretation with modifiers

When interpreting a key event, use the "charactersIgnoringModifiers"
method of the event in order to extract Alt+key combinations while
keeping the normal meaning of "key". When the right alt modifier is
pressed use the "characters" method to allow AltGr behavior to be used
to generate different characters.
libvo/vo_corevideo.m