Change the shortcut for the reject button

hi @ctoto93,

Thanks for your question. One way to include javascript code is to put it in the "config" key in the return object of a custom recipe.

For example:

Alternatively, if you want to have the javascript code to run globally (i.e., on all recipes), you can also put it in the prodigy.json config file.

But if you're simply interested in changing the keyboard shortcut for the accept, you can also do this on the config file without javascript. This is newer functionality that was created since this original post.

Let me know if you have any further questions!