altKey
A Boolean value indicating whether the alt key is pressed.
Declaration
readonly attribute boolean altKey;Discussion
If true, the alt key is pressed; otherwise, it is not. If there is no keyboard, this value is false.
A Boolean value indicating whether the alt key is pressed.
readonly attribute boolean altKey;If true, the alt key is pressed; otherwise, it is not. If there is no keyboard, this value is false.