fix bug in which maxKeysPerModifier wasn't getting set
This commit is contained in:
parent
b5e1f7869b
commit
ce099a9b78
|
@ -1241,6 +1241,7 @@ DoSetModifierMapping(ClientPtr client, KeyCode *inputMap,
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
pDev->key->modifierKeyMap = NULL;
|
pDev->key->modifierKeyMap = NULL;
|
||||||
|
pDev->key->maxKeysPerModifier = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue