uterm: input: add support for multiple keysyms
authorDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 9 Oct 2012 09:19:30 +0000 (11:19 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 9 Oct 2012 09:19:30 +0000 (11:19 +0200)
commit0a03785ffc4811979fd8a6e4f62bd02eee5656b6
tree7db550d55968b70365037154892c9e3e8dd2ea9f
parentfba4b9104bd333923dcc3094e91b808b1663b4e7
uterm: input: add support for multiple keysyms

xkbcommon supports reporting multiple keysyms per key-event. There is no
keymap which uses this, yet. However, this feature is not meant to enhance
performance by reducing the number of calls into xkb, but instead multiple
keysyms are to be handled as one big keysym.
But there are no examples, yet, so we cannot actually perform any
conversions on them. But we can add the infrastructure for it.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/terminal.c
src/uterm.h
src/uterm_input.c
src/uterm_input.h
src/uterm_input_uxkb.c
src/uterm_vt.c