Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Keydown Event does not work for Control, Shift and Alt keys?

more options

If you execute the following code in the browser's console

onkeydown = function(e){console.log(e);};

it should log every keypress to the console window, however, the event doesn't seem to fire when I press Control, Alt or Shift (by themselves, keycombos like Shift + W work). Trying the same in Edge for example works for every key, including the three mentioned. Am I doing something wrong or is this a bug of firefox? I should also mention that I'm using the developer edition of firefox.

If you execute the following code in the browser's console onkeydown = function(e){console.log(e);}; it should log every keypress to the console window, however, the event doesn't seem to fire when I press Control, Alt or Shift (by themselves, keycombos like Shift + W work). Trying the same in Edge for example works for every key, including the three mentioned. Am I doing something wrong or is this a bug of firefox? I should also mention that I'm using the developer edition of firefox.

Toutes les réponses (4)

more options

It works for me in Nightly.

more options

You're right, it seems like it works on both, regular firefox and nightly, just not on the developer version. I guess I've to wait for an update of the developer version then and use any of the other ones in the meantime?

Modifié le par Einhornyordle

more options

This is strange. May be a bug in dev-ed (so it will be solved n 4 weeks). I would also compare about:config entries beginning with dom.keyboardevent.*.

more options

dom.keyboardevent.* config entries are equal on all 3 editions, so that doesn't seem to be the problem. I guess I'll try again in a month or so.