From 156623b9e5833e40448e2dbe52647078cc59602b Mon Sep 17 00:00:00 2001 From: Alexey Gladkov Date: Tue, 9 Apr 2013 14:06:00 +0400 Subject: [PATCH 1/1] Show all keymap if FULL_TABLE specified Signed-off-by: Alexey Gladkov --- src/libkeymap/dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libkeymap/dump.c b/src/libkeymap/dump.c index ce640f5..7aa9060 100644 --- a/src/libkeymap/dump.c +++ b/src/libkeymap/dump.c @@ -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) { -- 2.7.4