all repos — openbox @ 47cc179781aec47bf317c5c15879fa0dad95de86

openbox fork - make it a bit more like ryudo

prefix key bindnigs with 'kbind'
Dana Jansens danakj@orodu.net
commit

47cc179781aec47bf317c5c15879fa0dad95de86

parent

98c0c676dd5cc45a92bb9c90902de7f4c7d16528

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M plugins/keyboard/keyparse.cplugins/keyboard/keyparse.c

@@ -17,7 +17,7 @@ err = FALSE;

/* 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 {