Sends a key event to the WebView
#include <WebView.h> void onKeyDown( BalEventKey keyevent );
Sends a keydown event (indicating that a key has been pressed) to the current WebView.
onExpose(), onKeyUp(), onMouseButtonUp(), onMouseButtonDown()