function isHotkey()

in iceberg-theme/static/js/search.js [44:47]


  function isHotkey(character) {
    const dataHotkeys = input.getAttribute('data-hotkeys') || '';
    return dataHotkeys.indexOf(character) >= 0;
  }