KeyboardEventInfo

Java. KeyboardEventInfo

new KeyboardEventInfo(propBagopt)

A Java technology Keyboard event info to be used by fireEvent methods.
Parameters:
NameTypeAttributesDescription
propBagObject <optional>
The arguments for the event info.
Properties
NameTypeAttributesDescription
eventIdJava.KeyboardEventThe event ID.
whennumberThe time the event occurred.
modifiersnumberThe modifier keys down during event.
keyCodenumberThe physical key pressed, independent of the character created. Remarks: For example, the A Key is returned whether the character produced is "A" or "a".
keyCharstringThe Unicode character generated by this event.
keyLocationnumber <optional>
The location of the key that originated this key event.