WebCommandKeyboard
A WebCommand that sends keyboard events to a WebBrowser.
Category: Modules
Base class: WebCommand
Properties
ascii : int
ASCII value of the current selected key.
key : int
The currently selected key.
keyState : int
The state of the selected key. 0 = up, 1 = down.
modifierAlt : int
The state of the alt modifier key. 0 = up, 1 = down.
modifierCtrl : int
The state of the ctrl modifier key. 0 = up, 1 = down.
modifierShift : int
The state of the shift modifier key. 0 = up, 1 = down.