summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fe-common/core/keyboard.c2
1 files changed, 1 insertions, 1 deletions
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;