oops commited wrong version previously
This commit is contained in:
parent
e380fd548e
commit
e5040e24f0
|
@ -1044,10 +1044,11 @@ KbdGetMapping (InputInfoPtr pInfo, KeySymsPtr pKeySyms, CARD8 *pModMap)
|
||||||
case PCCONS:
|
case PCCONS:
|
||||||
case PCVT:
|
case PCVT:
|
||||||
pKbd->RemapScanCode = ATScancode;
|
pKbd->RemapScanCode = ATScancode;
|
||||||
|
break;
|
||||||
#endif
|
#endif
|
||||||
#ifdef WSCONS_SUPPORT
|
#ifdef WSCONS_SUPPORT
|
||||||
case WSCONS:
|
case WSCONS:
|
||||||
if (pKbd->isConsole) {
|
if (!pKbd->isConsole) {
|
||||||
switch (pKbd->wsKbdType) {
|
switch (pKbd->wsKbdType) {
|
||||||
case WSKBD_TYPE_PC_XT:
|
case WSKBD_TYPE_PC_XT:
|
||||||
case WSKBD_TYPE_PC_AT:
|
case WSKBD_TYPE_PC_AT:
|
||||||
|
@ -1072,7 +1073,9 @@ KbdGetMapping (InputInfoPtr pInfo, KeySymsPtr pKeySyms, CARD8 *pModMap)
|
||||||
default:
|
default:
|
||||||
ErrorF("Unknown wskbd type %d\n", pKbd->wsKbdType);
|
ErrorF("Unknown wskbd type %d\n", pKbd->wsKbdType);
|
||||||
}
|
}
|
||||||
}
|
} else {
|
||||||
|
pKbd->RemapScanCode = ATScancode;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue