Detect Alt Gr (Alt Graph) modifier on key press

前端 未结 4 1660
野的像风
野的像风 2020-12-17 10:03

In the javascript Event object, there are some boolean values to check if modifier keys are pressed:

  • ctrlKey: CTRL key.
4条回答
  •  忘掉有多难
    2020-12-17 10:55

    Worth mentioning is that it is possible to detect this in modern browser by checking the location of the alt key event.

    See: Is there a way to detect which side the Alt key was pressed on (right or left)?

提交回复
热议问题