// jsmin()ed! Tue Oct 26 04:47:53 2021 var vkbid;var vkbAltLocked=false;var vkbCapsLocked=false;var vkbCtrlLocked=false;var vkbOptLocked=false;var vkbAlt1=0;var vkbCtrl1=0;var vkbOnce1=0;var vkbShift1=0;var vkbKeyActive='lightCyan';var vkbKeyInActive='ghostWhite';setTimeout('vkbBuild',50);function vkbBuild() {vkbid=document.getElementById("vtvkb");var html='
';html+='';var func='';func+='';func+='';func+='';func+='';func+='';func+='';func+='';func+='';func+='';func+='';func+='';func+='';func+='';func+='';func+='';func+='';func+='';func+='';func+='';func+='';func+='';func+='';func+='';func+='';func+='';html+=func;html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';var find='';find+='';find+='';find+='';find+='';find+='';find+='';find+='';find+='';html+=find;html+='';if(vkbTheDetachedChild) html+='';else html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';var slct='';slct+='';slct+='';slct+='';slct+='';slct+='';slct+='';slct+='';slct+='';html+=slct;html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';var four='';four+='';four+='';four+='';four+='';four+='';html+=four;html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';var uarr='';uarr+='';uarr+='';uarr+='';uarr+='';uarr+='';uarr+='';uarr+='';uarr+='';uarr+='';html+=uarr;var ctrl='';ctrl+='';ctrl+='';ctrl+='';ctrl+='';ctrl+='';ctrl+='';ctrl+='';ctrl+='';ctrl+='';ctrl+='';ctrl+='';ctrl+='';html+=ctrl;html+='
F1F2F3F4F5F6F7F8F9F10F11F12F13F14HlpDoF17F18F19F20
Esc`1234567890-=DelFndInsRemPF1PF2PF3PF4
Tabqwertyuiop[]Ret
urn
SelPrvNxt789-
…Capsasdfghjkl;\'\\456,
Shift<zxcvbnm,./…Shift123Ent
er
CtrlAlt …Alt…Ctrl0.
';html+='';html+=func;html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+=find;html+='';if(vkbTheDetachedChild) html+='';else html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+=slct;html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+=four;html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+='';html+=uarr;html+=ctrl;html+='';html+='
';vkbid.innerHTML=html;setTimeout(vkbLogo,50);} function vkbLogo() {if(true)return;var logo=document.getElementsByName('vkblogo');logo[0].style.font=logo[1].style.font='normal normal 160% Brush Script MT';logo[0].style.textAlign=logo[1].style.textAlign='center';logo[0].style.letterSpacing=logo[1].style.letterSpacing='+1px';logo[0].style.lineHeight=logo[1].style.lineHeight='1em';logo[0].style.overflow=logo[1].style.overflow='visible';logo[0].innerHTML=logo[1].innerHTML='field test!';} function vkbpress(code) {if(code) {if(Array.isArray(code)) {for(var idx=0;idx=97&&code<=122) code=code-32;if(vkbAltLocked)code=code+128;if(vkbCtrlLocked)code=code&0x3f;vkbcode(code);} if(vkbShift1)vkbUnShift();if(vkbCtrl1)vkbCtrlPress(1);if(vkbAlt1)vkbAltPress(1);if(vkbOnce1)vkbOncePress();}} function vkbcode(code) {if(vkbTheDetachedChild) window.opener.dataTx(String.fromCharCode(code));else dataTx(String.fromCharCode(code));} function vkbShift(count) {vkbShift1=count;document.getElementById("vkbtable1").style.display='none';document.getElementById("vkbtable2").style.display='table';if(vkbShift1) {var name=document.getElementsByName('vkbshift1');name[1].style.backgroundColor=vkbKeyActive;} else {var name=document.getElementsByName('vkbshift0');name[1].style.backgroundColor=vkbKeyActive;}} function vkbUnShift() {vkbShift1=0;document.getElementById("vkbtable1").style.display='table';document.getElementById("vkbtable2").style.display='none';var name=document.getElementsByName('vkbshift1');name[0].style.backgroundColor=name[1].style.backgroundColor=vkbKeyInActive;var name=document.getElementsByName('vkbshift0');name[0].style.backgroundColor=name[1].style.backgroundColor=vkbKeyInActive;} function vkbCapsPress() {var active;if(!vkbCapsLocked) {vkbCapsLocked=true;active=vkbKeyActive;} else {vkbCapsLocked=false;active=vkbKeyInActive;} var name=document.getElementsByName('vkbcaps');name[0].style.backgroundColor=name[1].style.backgroundColor=active;} function vkbCtrlPress(count) {var active;if(!vkbCtrlLocked) {vkbCtrlLocked=true;vkbCtrl1=count;active=vkbKeyActive;} else {vkbCtrlLocked=false;active=vkbKeyInActive;} if(vkbCtrl1) var name=document.getElementsByName('vkbctrl1');else var name=document.getElementsByName('vkbctrl0');name[0].style.backgroundColor=name[1].style.backgroundColor=active;if(!vkbCtrlLocked)vkbCtrl1=0;} function vkbAltPress(count) {var active;if(!vkbAltLocked) {vkbAltLocked=true;vkbAlt1=count;active=vkbKeyActive;} else {vkbAltLocked=false;active=vkbKeyInActive;} if(vkbAlt1) var name=document.getElementsByName('vkbalt1');else var name=document.getElementsByName('vkbalt0');name[0].style.backgroundColor=name[1].style.backgroundColor=active;if(!vkbAltLocked)vkbAlt1=0;} function vkbOncePress() {var active;if(!vkbOnce1) {vkbOnce1=1;active=vkbKeyActive;} else {if(vkbTheDetachedChild) {window.opener.thisDCLinabox.focusCursor();var parent=window.open('','vkbDCLinabox');parent.focus();} else {document.getElementById("input").focus();thisDCLinabox.focusCursor();} vkbOnce1=0;active='inherit';} var name=document.getElementsByName('vkbonce');name[0].style.backgroundColor=name[1].style.backgroundColor=active;} var vkbDetachChild;function vkbDetach() {if(vkbTheDetachedChild)return;if(vkbDetachChild&&!vkbDetachChild.closed) {virtualKeyboardClick(this);vkbDetachChild.window.focus();return;} window.addEventListener('unload',vkbDetachUnload);window.name='vkbDCLinabox';var specs='toolbar=0,location=0,directories=0,status=0,menubar=0,'+'scrollbars=0,resizable=0,copyhistory=0,width=850,height=250';var locn=window.location;var url=locn.protocol+'//'+locn.host+'/dclinabox/-/vkb_lkish.html';vkbDetachChild=window.open(url,"vkbDetachWindow",specs);virtualKeyboardClick(this);vkbDetachChild.window.focus();} function vkbDetachUnload() {if(vkbDetachChild&&!vkbDetachChild.closed)vkbDetachChild.close();} var vkbTheDetachedChild=false;function vkbDetached() {vkbTheDetachedChild=true;var target=document.getElementById("vtvkb");vkbBuild();setTimeout(vkbDetachedAdjust,50);} function vkbDetachedAdjust() {document.body.style.fontSize=window.opener.DCLinaboxFontSize+'px';var target=document.getElementById("vtvkb");target.style.display='block';target.style.border='none';target.style.width='auto';target=document.getElementById("vkbtable");target.style.margin=0;target.style.padding=0;target.style.width='auto';target=document.getElementById("vkbtable1");target.style.width='auto';target.style.lineHeight='1.6em';target.style.fontSize='100%';target=document.getElementById("vkbtable2");target.style.width='auto';target.style.lineHeight='1.6em';target.style.fontSize='100%';setTimeout(vkbDetachedResize,50);} var vkbDetachWidth=0;var vkbDetachHeight=0;var vkbDetachLast=0;function vkbDetachedResize() {var date=new Date();var secs=date.getTime()/1000;if(secs==vkbDetachLast)return;vkbDetachLast=secs;if(!(vkbDetachWidth&&vkbDetachHeight)) {var vkbtable=document.getElementById("vkbtable");var vkbtable1=document.getElementById("vkbtable1");var width=vkbtable1.offsetWidth;width+=window.outerWidth-window.innerWidth;var height=vkbtable1.offsetHeight;height+=window.outerHeight-window.innerHeight;vkbDetachWidth=width+28;vkbDetachHeight=height+28;} window.resizeTo(vkbDetachWidth,vkbDetachHeight);}