$(document).ready(function() { Mousetrap.bind('ctrl+f', function() { $(".patient-search-form input").focus(); }); });