Skip to main content
dbDavideBoscolo
Legend
December 24, 2024
Question

keyup keydown not working on a mac

  • December 24, 2024
  • 0 replies
  • 146 views

Hi all,

I have a Cep panel which works brilliantly on Windows but I can't make these lines work on MacOS.

document.addEventListener('keydown', keyDown);
document.addEventListener('keyup', keyUp);

I tried with document, window and various elements, I tried jquery and .onmousedown.
They just don't work on Mac. 

Do you have any idea why?
This topic has been closed for replies.