hkScript library file that adds the ability to send keyboard events to HTML-Kit. Once installed using "Tools | Install | Plugin" (select the downloaded *.zip file, not the unzipped file, to preserve the directory structure), hkScript plugins can use the following code to send a key (0x20 being the virtual key code, 0x20 = space key): if( use("hkskeyb", "kbd") ) { kbd.SendKey(0x20); }