Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

124
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda