var fDesc=new Array(); fDesc[0] = "You can create button icons, popup menu, virtual keyboard or multi clipboard in 3D.

Keystarter is 5 days a week freeware. On Saturday and Monday a license is required.

If you work with your physical keyboard you need the left and right hand to push a keystroke on the keyboard. For example Ctrl+C,
with Keystarter 1.0 you can let your hands always stay on the mouse.
Click only the button icons on the screen, it will task and execute your scripting code.

A short explanation why you should choose this product compared with other virtual keyboard software or clipboard software is that they can change, resize, move, show, hide the button icons only in the design mode. With Keystarter you can do that inside any button icon you want on the fly (in the run mode). That means you are able to do this directly by pushing these buttons on your computer.

To use Keystarter 1.0, install on your system the popular Autohotkey.
This is the best scripting code language to automate repeat movements from the physical keyboard, mouse or joystick device.

Keystarter 1.0 is portable - no need to install, put it on ramdisk or disk and run it."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }