Show all keymap if FULL_TABLE specified
authorAlexey Gladkov <gladkov.alexey@gmail.com>
Tue, 9 Apr 2013 10:06:00 +0000 (14:06 +0400)
committerAlexey Gladkov <gladkov.alexey@gmail.com>
Tue, 9 Apr 2013 10:06:00 +0000 (14:06 +0400)
Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
src/libkeymap/dump.c

index ce640f5..7aa9060 100644 (file)
@@ -437,7 +437,7 @@ no_shorthands:
                                all_holes = 0;
                }
 
-               if (all_holes)
+               if (all_holes && table_shape != FULL_TABLE)
                        continue;
 
                if (table_shape == FULL_TABLE) {