libxkbcommon/test/data/keymaps
Ran Benita a681c6240d types: remove DeleteLevel1MapEntries
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>
2012-08-07 13:20:37 +03:00
..
bad.xkb Move test data files to test/data/keymaps 2012-07-12 14:14:50 +01:00
basic.xkb Import dataset into test/data/ 2012-07-12 14:48:49 +01:00
comprehensive-plus-geom.xkb Move test data files to test/data/keymaps 2012-07-12 14:14:50 +01:00
default.xkb Import dataset into test/data/ 2012-07-12 14:48:49 +01:00
divide-by-zero.xkb expr: don't divide by zero 2012-07-26 23:15:54 +03:00
dump.data types: remove DeleteLevel1MapEntries 2012-08-07 13:20:37 +03:00
no-types.xkb types: don't use canonical/required types 2012-08-07 13:20:37 +03:00
stringcomp.data Move test data files to test/data/keymaps 2012-07-12 14:14:50 +01:00