vo: sdl: handle key modifiers
commitc66dd9e1ca15069bf180f6e156f5740163c87e5d
authorwm4 <wm4@mplayer2.org>
Sun, 2 Oct 2011 02:57:25 +0000 (2 04:57 +0200)
committerUoti Urpala <uau@mplayer2.org>
Mon, 24 Oct 2011 04:21:32 +0000 (24 07:21 +0300)
treec096f36b23a50eedf792e8163e6ebd781ba7c70a
parent3eeca4838dfe50fe5fdf32167636a1d05f1e5e39
vo: sdl: handle key modifiers

Now modifiers such as shift, control, and alt are handled.

Unfortunately this requires a hack to deal with a SDL quirks when combining
CTRL and a letter key.

Also add some missing key syms.
libvo/sdl_common.c