prefix key bindnigs with 'kbind'
authorDana Jansens <danakj@orodu.net>
Sat, 5 Apr 2003 09:23:21 +0000 (09:23 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 5 Apr 2003 09:23:21 +0000 (09:23 +0000)
plugins/keyboard/keyparse.c

index 6116864..15f6e0c 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 {