From 47cc179781aec47bf317c5c15879fa0dad95de86 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 5 Apr 2003 09:23:21 +0000 Subject: [PATCH] prefix key bindnigs with 'kbind' --- plugins/keyboard/keyparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.2