1,265
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
window.addEventListener("keydown", function(event) { | window.addEventListener("keydown", function(event) {switch(event.code) { | ||
case "Slash": | case "Slash": | ||
document.getElementById('searchInput').focus(); | document.getElementById('searchInput').focus(); | ||
} | } | ||
}, true); | }, true); |
edits