fix for config reading of key mappings
authorkub <derkub@gmail.com>
Tue, 27 Oct 2020 17:08:57 +0000 (18:08 +0100)
committerkub <derkub@gmail.com>
Tue, 27 Oct 2020 17:08:57 +0000 (18:08 +0100)
platform/common/config_file.c

index 09248fb..0271fe4 100644 (file)
@@ -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)