uterm: input: add string_to_keysym() helper
authorDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 5 Sep 2012 12:04:05 +0000 (14:04 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 5 Sep 2012 12:04:05 +0000 (14:04 +0200)
commit7ff4426bc360f4ff8253ebe4c89a5b7bf2078b16
tree4babca003064e1989c87ed353f66fbf8b99bbd49
parent9754f71c169888d0b3f591c81546be3b798ac8ea
uterm: input: add string_to_keysym() helper

This new helper can be used to convert a string description of a keysym
into a real keysym. This is required to allow users to configure keyboard
shortcuts and more.

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