Skip to content
Unstable

Changes

Summary

  1. Fix key types, notably altgr not working with shift (details)
Commit 541fe398edf05061ed006452c9433056dc9132f4 by samuel.thibault
Fix key types, notably altgr not working with shift

xkbcomp currently emits

type[group1]="ONE_LEVEL",

instead of

type[Group1]="ONE_LEVEL",

so we would rather match both cases, and similary for other such
matching.

This notably fixes the shift+altgr+key combination: altgr was not
recognized as type ONE_LEVEL any more, and would thus make shift+altgr
interpreted as alt instead of ISO_Level3_Shift, while altgr+shift+key
was still working, thus confusing users a lot.
The file was modified debian/changelog
The file was modified Keyboard/ckbcomp