a681c6240d
If there is no map entry for some modifier combination, the default is to use level 1. The removed code is an optimization to save some space by removing these entries. But it doesn't actually save any space, and did not in fact remove all level 1 entries (it walks the array while modifying it so there's an off-by-one error). We can instead keep them in the types but just not print them in keymap-dump.c, to get about the same behavior. Signed-off-by: Ran Benita <ran234@gmail.com> |
||
---|---|---|
.. | ||
bad.xkb | ||
basic.xkb | ||
comprehensive-plus-geom.xkb | ||
default.xkb | ||
divide-by-zero.xkb | ||
dump.data | ||
no-types.xkb | ||
stringcomp.data |