$(document).bind('keydown', 'f2', function(){
  $('button').trigger('click');
});
https://codepen.io/kod101/pen/PBKybG