diff options
author | Uoti Urpala <uau@mplayer2.org> | 2011-07-29 08:46:50 +0300 |
---|---|---|
committer | Uoti Urpala <uau@mplayer2.org> | 2011-07-29 08:46:50 +0300 |
commit | 85f0577cd9f520ccae29a0b85b4976df3b27db39 (patch) | |
tree | 5a9d697e81b07f233693901c8e8515332c29af4b /asxparser.c | |
parent | ad48f8038cf3aa6392912ba65fede7cf71250001 (diff) | |
download | mpv-85f0577cd9f520ccae29a0b85b4976df3b27db39.tar.bz2 mpv-85f0577cd9f520ccae29a0b85b4976df3b27db39.tar.xz |
vo: X key input: remove ambiguous KeySym remapping
Code mapping X keyboard events to internal player key names remapped
the incoming KeySym values in a way that only kept information about
the lowest byte of the value and whether or not the value was below
256. This caused collisions between values. Remove this obviously
broken mapping and use the raw KeySym values instead. I'm not familiar
enough with X key handling to tell whether there was any valid
motivation whatsoever for the mapping, but the implementation was
certainly broken; if something else breaks it'll have to be fixed
later.
Diffstat (limited to 'asxparser.c')
0 files changed, 0 insertions, 0 deletions