prova cosi:

codice:
$("#url").keydown(function(event){
   if(event.keyCode==13) $("#bottone").click();
});