  ta = false;

  window.addEventListener("load", function() {
    sak("wpSave", null);
    sak("wpPreview", null);
    sak("searchInput", "/");
  }, false);

  /* sak: short for "set access key" */
  function sak( id, accesskey ) {
    document.getElementById(id).setAttribute("accesskey", accesskey);
  }