in amoro-site/themes/amoro-theme/static/js/search.js [44:47]
function isHotkey(character) { const dataHotkeys = input.getAttribute('data-hotkeys') || ''; return dataHotkeys.indexOf(character) >= 0; }