KeyboardEvent.Code
KeyboardEvent.Code property
The code holds a String that identifies the physical key being pressed. The value is not affected by the current keyboard layout or modifier state, so a particular key will always return the same value.
public String Code { get; }
Property Value
The key code.
See Also
- class KeyboardEvent
- package com.aspose.html.Dom.Events
- package Aspose.HTML