Index: trunk/src/hid_cfg_input.c =================================================================== --- trunk/src/hid_cfg_input.c (revision 1486) +++ trunk/src/hid_cfg_input.c (revision 1487) @@ -54,7 +54,7 @@ else Message("Unkown modifier: %s\n", value); /* skip to next word */ - next = strpbrk(value, "<-"); + next = strpbrk(value, "<- \t"); if (next == NULL) break; if (*next == '<')