particle/on-click: support next/previous buttons

This commit is contained in:
Peter Rice 2022-09-24 00:31:44 -04:00
parent 4143099e94
commit 376da37971
7 changed files with 22 additions and 0 deletions

View file

@ -188,6 +188,8 @@ conf_verify_on_click(keychain_t *chain, const struct yml_node *node)
{"right", false, &conf_verify_string},
{"wheel-up", false, &conf_verify_string},
{"wheel-down", false, &conf_verify_string},
{"previous", false, &conf_verify_string},
{"next", false, &conf_verify_string},
{NULL, false, NULL},
};