input: X11: Load some KeyCodes dynamically.
commitc3fb40e752939f3ef6d3194f29613ed9c2f4d0dc
authorCyril Hrubis <metan@ucw.cz>
Sat, 9 Feb 2013 18:34:07 +0000 (9 19:34 +0100)
committerCyril Hrubis <metan@ucw.cz>
Sat, 9 Feb 2013 19:10:14 +0000 (9 20:10 +0100)
tree86acc36b16699a1684e68b254c7d811994f51888
parent17c1de1de50338ab954d6b62e41ed55ff77c7484
input: X11: Load some KeyCodes dynamically.

The X11 KeyCodes are not carved into the
stone. As a matter of fact some of the
keys are mapped differently on my iBook.

Now we load part of the translation table
dynamically based on X keysyms.
include/input/GP_InputDriverX11.h
libs/backends/GP_X11.c
libs/input/GP_Event.c
libs/input/GP_InputDriverX11.c