diff --git a/src/fe-common/core/keyboard.c b/src/fe-common/core/keyboard.c index f69edacc..93c4bcde 100644 --- a/src/fe-common/core/keyboard.c +++ b/src/fe-common/core/keyboard.c @@ -289,7 +289,7 @@ static int expand_key(const char *key, GSList **out) expand_out_char(*out, '^'); expand_out_char(*out, *key); expand_out_char(*out, '-'); - last_hyphen = TRUE; + last_hyphen = FALSE; /* optional */ } else { /* key / combo */ start = key;