X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fkeyboard%2Fkeyparse.c;fp=plugins%2Fkeyboard%2Fkeyparse.c;h=15f6e0c5f3c87726edcd886a5f53acd144f8dc1c;hb=47cc179781aec47bf317c5c15879fa0dad95de86;hp=611686418c610b2d881e83bc6f57e93f51b1504f;hpb=98c0c676dd5cc45a92bb9c90902de7f4c7d16528;p=chaz%2Fopenbox diff --git a/plugins/keyboard/keyparse.c b/plugins/keyboard/keyparse.c index 61168641..15f6e0c5 100644 --- a/plugins/keyboard/keyparse.c +++ b/plugins/keyboard/keyparse.c @@ -17,7 +17,7 @@ void keyparse(ParseToken *token) /* just fall through and free the token */ } else if (top == NULL) { if (token->type == TOKEN_IDENTIFIER && - !g_ascii_strcasecmp("key", token->data.identifier)) { + !g_ascii_strcasecmp("kbind", token->data.identifier)) { top = token->data.identifier; return; } else {