var fDesc=new Array(); fDesc[0] = "You can use Keyboard Commander to customize your keyboard layout, redefine any key to the key you want, disable the key you do not wish to function and much more.
The program is very easy to use.
You can choose a key that you want to change from the main keyboard layout list. Just click on 'Change Key' button and a list of available keys for change appears and choose a new key, then click OK and keyboard layout list updates to show your current key definitions."; 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 = ''; } }