]> Dogcows Code - chaz/openbox/blobdiff - plugins/keyboard/keyparse.c
prefix key bindnigs with 'kbind'
[chaz/openbox] / plugins / keyboard / keyparse.c
index 611686418c610b2d881e83bc6f57e93f51b1504f..15f6e0c5f3c87726edcd886a5f53acd144f8dc1c 100644 (file)
@@ -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 {
This page took 0.019995 seconds and 4 git commands to generate.