summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/x11-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/x11-helper.c b/source/x11-helper.c
index fd9941a1..b99c4814 100644
--- a/source/x11-helper.c
+++ b/source/x11-helper.c
@@ -453,7 +453,7 @@ void x11_parse_key ( char *combo, unsigned int *mod, xkb_keysym_t *key )
}
}
if ( sym == XKB_KEY_NoSymbol ) {
- sym = xkb_keysym_from_name ( combo + i, XKB_KEYSYM_NO_FLAGS );
+ sym = xkb_keysym_from_name ( combo + i, XKB_KEYSYM_CASE_INSENSITIVE );
}
if ( sym == XKB_KEY_NoSymbol || ( !modmask && ( strchr ( combo, '-' ) || strchr ( combo, '+' ) ) ) ) {