uterm: input: add built-in keymap fallback
authorDavid Herrmann <dh.herrmann@gmail.com>
Sat, 16 Mar 2013 13:12:16 +0000 (14:12 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sun, 3 Nov 2013 11:22:08 +0000 (12:22 +0100)
commit8050a28beb37d1e90d6cc5d542b6eac6a222a17a
tree0a6b4bc5140ccb5933ae77102c0145d9cc2eebe9
parent118935c9068bd70b2ecd834922264069272857c3
uterm: input: add built-in keymap fallback

This adds a small US-keymap to the uterm library which is loaded if we
cannot find a suitable system default keymap. This allows using the keymap
if no XKB keymaps are installed.

Thanks to Ran Benita for the minimal US keymap.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
.gitignore
Makefile.am
src/uterm_input_fallback.xkb [new file with mode: 0644]
src/uterm_input_uxkb.c