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