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

268
Vistas
Keystroke injection using dispatchEvent + KeyboardEvent fails

If I go to https://www.tradingview.com/chart/?symbol=BINANCE:BTCUSDTPERP and press OPT+g (ALT+g for non-mac) it pops up a 'GoTo DateRange' overlay:

enter image description here

I observe that it is the key-UP that triggers this.

I'm trying to simulate this from the Javascript console (Chrome) using:

b = document.body;
b.focus();
b.dispatchEvent(new KeyboardEvent('keydown', {'key':'g', 'altKey':true} ));
b.dispatchEvent(new KeyboardEvent('keyup', {'key':'g', 'altKey':true} ));

However nothing happens.

Why is this? Could it be a Chrome security/permissions issue?

Ref: Firing a keyboard event on Chrome

about 4 years ago · Juan Pablo Isaza
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