Skip to content

Remove wrong handling of Qt::KeypadModifier

Nicolas Fella requested to merge work/nico/wrong into master

Qt::KeypadModifier doesn't actually map to any XKB modifier

The XKB_MOD_NAME_NUM modifier is (semi-)unrelated

This likely did not cause any issues in practice

Edited by Nicolas Fella

Merge request reports