OpenBSD's still using the old xkb data files. So rules are called "xorg" not
"base".
This commit is contained in:
parent
e67783db59
commit
f080297623
@ -333,7 +333,7 @@ CoreKeyboardProc(DeviceIntPtr pDev, int what)
|
|||||||
#ifdef XKB
|
#ifdef XKB
|
||||||
if (!noXkbExtension) {
|
if (!noXkbExtension) {
|
||||||
bzero(&names, sizeof(names));
|
bzero(&names, sizeof(names));
|
||||||
XkbSetRulesDflts("base", "pc105", "us", NULL, NULL);
|
XkbSetRulesDflts("xorg", "pc105", "us", NULL, NULL);
|
||||||
XkbInitKeyboardDeviceStruct(pDev, &names, &keySyms, modMap,
|
XkbInitKeyboardDeviceStruct(pDev, &names, &keySyms, modMap,
|
||||||
CoreKeyboardBell, CoreKeyboardCtl);
|
CoreKeyboardBell, CoreKeyboardCtl);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user