libxkbcommon/test/data
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
..
compat Import dataset into test/data/ 2012-07-12 14:48:49 +01:00
keycodes Import dataset into test/data/ 2012-07-12 14:48:49 +01:00
keymaps types: remove DeleteLevel1MapEntries 2012-08-07 13:20:37 +03:00
rules Import dataset into test/data/ 2012-07-12 14:48:49 +01:00
symbols Add multiple-keysyms-per-level to test data 2012-07-13 00:39:34 +01:00
types Import dataset into test/data/ 2012-07-12 14:48:49 +01:00