Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

118
Visualizações
Pressing the Z key to redirect isn't working
            <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> 
<script>
   

 var keyPressed = event.originalEvent.code;
                  if(keyPressed == 'KeyZ'){
                      location.replace("https://classroom.google.com");
                  }
        </script>

When clicking the Z key, nothing happens, however when I try it on a different project. The link is avackgames.xyz

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

In this case, you should use the 'keydown' event listener.

For more information please visit this website.... (Click here)

This is the JavaScript code you should add to your HTML file code. I hope it's clear and helpful, Thanks!.

<script>
    //Create event listener for 'keydown'
    window.addEventListener('keydown', KeyPressed)
        //Create a function with 'event' parameter
    function KeyPressed(event) {
        //Checking if Z key pressed, For your information, the code '90' is for the Z key.
        if (event.keyCode == 90) {
            //To be sure that the 'Z' key was pressed, let's show an alert message.
            alert('Yeeess, you clicked Z key!')
        }
    }
</script>

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda