This is a Browser Action API.
_keyDown simulates doing a keyDown of a key on the given element.
_keyDown( element, character, COMBO_KEY )
The parameters are:
_keyDown(document.body, 'a'); _keyDown(document.body, 'a "CTRL");