I have added this feature. please wait till next version. if you need it immediately then follow these steps.
Edit this file.
includes/bp-compliments-forms.php
Place the following code between these lines
https://github.com/GeoDirectory/buddypress-compliments/blob/master/includes/bp-compliments-forms.php#L112
https://github.com/GeoDirectory/buddypress-compliments/blob/master/includes/bp-compliments-forms.php#L113
jQuery(document).keyup(function(ev){
if(ev.keyCode == 27) {
jQuery("a.bp-comp-cancel").trigger("click");
}
});
Wonderful! It works — thank you very much!
I’m glad it worked. If you are a satisfied with our plugin and support, a review would be nice.
https://wordpress.org/support/view/plugin-reviews/buddypress-compliments
Will do! I found a problem, which I’ll describe in a separate post.