var fDesc=new Array(); fDesc[0] = "It was designed to be similar to SIL's IPA Unicode Keyman Keyboard, in that the keystrokes follow a similar layout. In many cases keystrokes are merely reversed. That is, instead of typing n> to get a U 014B , you would type >n. This system is not always possible to maintain using MSKLC since the Keyman keyboard often used more than two keystrokes and this is not allowed using MSKLC.

This documentation file is a part of the IPA FreeKey package, but is available as a separate download in case you wish to read about it before installing the package."; 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 = ''; } }