uterm: input: fix passing the correct keycode to get_ascii()
authorDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 9 Oct 2012 13:29:31 +0000 (15:29 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 9 Oct 2012 14:17:12 +0000 (16:17 +0200)
commit990881fa87f8aaae290c2a9e0b4583220a9bbe45
treec3e2bc353a80e777d79257a883b5b095bfb1ddbc
parent6648029d5fc5525459a2ad6a161a71bdfe9f96e7
uterm: input: fix passing the correct keycode to get_ascii()

We need to pass the +8 shifted codes instead of the real hardware codes as
XKB needs these for X11 legacy reasons.

Reported-by: Ran Benita <ran234@gmail.com>
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/uterm_input_uxkb.c