From 8c10129faae3e96a2131d45a6930413701f3cd22 Mon Sep 17 00:00:00 2001 From: kub Date: Tue, 27 Oct 2020 18:08:57 +0100 Subject: [PATCH] fix for config reading of key mappings --- platform/common/config_file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/common/config_file.c b/platform/common/config_file.c index 09248fba..0271fe47 100644 --- a/platform/common/config_file.c +++ b/platform/common/config_file.c @@ -427,6 +427,7 @@ static void keys_parse_all(FILE *f) mystrip(var + 5); in_config_bind_key(dev_id, var + 5, acts, type); } + in_clean_binds(); } static void parse(const char *var, const char *val, int *keys_encountered) -- 2.39.2