use the new parser for handling keybindings

This commit is contained in:
Michael Stapelberg
2010-05-11 23:04:47 +02:00
parent 5eae706427
commit 7adf921bc3
2 changed files with 1 additions and 67 deletions

View File

@ -97,7 +97,7 @@ int handle_key_press(void *ignored, xcb_connection_t *conn, xcb_key_press_event_
}
}
parse_command(bind->command);
parse_cmd(bind->command);
return 1;
}