Is there a way to explicit set a button as the default response in yad?
For example, I know yad uses the first button as default in a use like this:

yad --text "Would you like to participate in a survey?" --button=gtk-no:1 --button=gtk-yes:0

So without using the mouse, hitting the 'enter' key will select and execute the 'no' button.

But what I want is to set the button order as I wish, and, for example, set the 2nd button as the default button if 'enter' is hit.