XQuartz: Copy the keyboard map to the core keyboard

This still doesn't handle the modifier map... gotta figure out what to do now that SwitchCoreKeyboard is gone
This commit is contained in:
Jeremy Huddleston 2009-07-25 14:59:42 -07:00
parent 0c504436c6
commit 427e1aab41

View File

@ -360,6 +360,7 @@ void DarwinKeyboardInit(DeviceIntPtr pDev) {
XkbSetRepeatKeys(pDev, -1, AutoRepeatModeOn);
}
SetKeySymsMap(&inputInfo.keyboard->key->curKeySyms, &pDev->key->curKeySyms);
}
void DarwinKeyboardReloadHandler(int screenNum, xEventPtr xe, DeviceIntPtr pDev, int nevents) {