summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2012-01-18 00:09:16 +0200
committerDavid Herrmann <dh.herrmann@googlemail.com>2012-01-28 12:28:19 +0100
commit510e53376ac65acdbb5a761efb9ed1265bd6f80d (patch)
tree13ef11029ad550d9ee4c79cc59815ceac060a889 /README
parent83dd9a6cfaa54bb006c9e5f5e1a3627e2f19af40 (diff)
kbd: add a new "dumb" keyboard backend
This commit adds a very simple keyboard backend which does basic keycode interpretation. It is used as a fallback when xkbcommon is unavailable or is not required. See the file header for what is supported. Signed-off-by: Ran Benita <ran234@gmail.com> Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index a6e3919..9c57407 100644
--- a/README
+++ b/README
@@ -10,7 +10,8 @@ console.
and GL libraries)
- udev: providing input device hotplug
- xproto (build time dependency): definition of key symbols
- - libxkbcommon: keyboard handling
+ - libxkbcommon: keyboard handling (optional but strongly recommended)
+ Without libxkbcommon, basic US-ASCII input is provided.
- glib: only for Unicode handling
- One of:
- freetype2: drawing generic text