diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-02-10 15:12:14 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-02-14 09:12:59 +1000 |
commit | d3499556d8d83396fa2585bd00371a81e086be36 (patch) | |
tree | 17b7cf090e54e408859fbf9aaaab6d3aa818764c /dix/glyphcurs.c | |
parent | 47d1d2fed656c3a3b2600491078da90962c46934 (diff) |
xkb: if the keymap failed to compile, load the default keymap instead.
We really need symbols, compat, keynames, vmods and types for a sensible keymap.
Try this in your xorg.conf.d snippets for all keyboards:
Option "XkbLayout" "us"
Option "XkbVariant" "nodeadkeys"
us(nodeadkeys) doesn't exist so xkbcomp provides everything but the symbols
map. We say we want everything but don't _need_ anything, the server happily
gives us a keymap with every key mapped to NoSymbol. This in turn isn't what
we want after all.
So instead, require symbols, compat, keynames, vmods and types from the
keymap and if that fails, load the default keymap instead. If that fails
too, all bets are off.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'dix/glyphcurs.c')
0 files changed, 0 insertions, 0 deletions