diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-03-16 14:12:16 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2013-11-03 12:22:08 +0100 |
commit | 8050a28beb37d1e90d6cc5d542b6eac6a222a17a (patch) | |
tree | 0a6b4bc5140ccb5933ae77102c0145d9cc2eebe9 /.gitignore | |
parent | 118935c9068bd70b2ecd834922264069272857c3 (diff) |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,3 +41,4 @@ docs/man/*.5 docs/man/*.7 src/*.vert.bin src/*.frag.bin +src/*.xkb.bin |