diff --git a/HacgGodTurn/HacgGodTurn.user.js b/HacgGodTurn/HacgGodTurn.user.js index f1203d09066..ea34822a21b 100644 --- a/HacgGodTurn/HacgGodTurn.user.js +++ b/HacgGodTurn/HacgGodTurn.user.js @@ -972,7 +972,7 @@ } document.addEventListener("keydown", function(e) { if(curArticle && e.keyCode != 17)curArticle.classList.remove("oD_sel"); - if(e.keyCode == 119) { + if(e.keyCode == 192) { if(e.altKey){ rocketContent.style.display="block"; var rocketLinks=document.querySelector("div#rocketLinks"); @@ -1584,4 +1584,4 @@ GM_notification(notificationDetails); } } -})(); \ No newline at end of file +})();