KeyboardEvent.DOM_KEY_LOCATION_STANDARD

KeyboardEvent.DOM_KEY_LOCATION_STANDARD field

The key activation MUST NOT be distinguished as the left or right version of the key, and (other than the NumLock key) did not originate from the numeric keypad (or did not originate with a virtual key corresponding to the numeric keypad).

public const ulong DOM_KEY_LOCATION_STANDARD;

See Also