Help for this page
$dialogBox->bind('<Return>' => undef);
$dialogBox->bind('<Tab>' => sub{ #get currently focused button $dialogBox->configure(-focus => $my_focussed_button); # there is also forceFocus which may help force it });