function GetScript(url, callback, remove){ var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = url; if(callback !== false){ var func = (function(h, s, c, r){ return function(){ if(c !== undefined){ c(); } if(r === undefined || r === true){ h.removeChild(s); } }; })(head, script, callback, remove); script.onreadystatechange = (function(f){ return function(){ if(this.readyState === 'loaded' || this.readyState === 'completed'){ f(); } }; })(func); script.onload = func; } head.appendChild(script); } function addEvent(evt, func, obj){ if(obj.attachEvent) obj.attachEvent('on' + evt, func); else if(obj.addEventListener) obj.addEventListener(evt, func, false); } function UpdateHelpful(id, help){ getHelp = 'no' if(help) getHelp = 'yes'; GetScript('https://www.kingwebtools.com/kvm_switches/kwm_qa_system/updatehelpful.php?id='+id+'&help='+getHelp, false, true); var he = document.getElementById('helpful' + id); var un = document.getElementById('unhelpful' + id); var lhe = document.getElementById('linkhelpful' + id); var lun = document.getElementById('linkunhelpful' + id); var newNum = 0; if(help){ he.style.color = 'green'; newNum = parseInt(he.innerHTML) + 1; he.innerHTML = newNum; } else{ un.style.color = 'red'; newNum = parseInt(un.innerHTML) + 1; un.innerHTML = newNum; } lhe.href = 'javascript:void(0)'; lun.href = 'javascript:void(0)'; } var expandInt = 0; var expandTotal = 0; function QAExpandInit(){ var o = document.getElementById('kwm_question'); QAInputFocus(o); expandTotal = o.offsetHeight; if(document.getElementById('kwm-qa-submit-form').offsetHeight < 140){ // start the drop-down animation expandInt = setInterval(QAExpand, 40); } } function QAExpand(){ var o = document.getElementById('kwm-qa-submit-form'); if(expandTotal >= 140){ var finalHeight = 140; if(isIE()) finalHeight += 20; o.style.height = finalHeight + 'px'; clearInterval(expandInt); return; } expandTotal += 10; o.style.height = expandTotal + 'px'; } function QAInputBlur(o){ if(o.value == ''){ o.value = o.defaultValue; o.style.color = '#909090'; } } function QAInputFocus(o){ if(o.defaultValue == o.value){ // clear out the font and set to black if empty o.style.color = '#000000'; o.value = ''; } } // Found function -- returns tallest height of the three possible height members function getElemHeight(D) { return Math.max( Math.max(D.scrollHeight), Math.max(D.offsetHeight), Math.max(D.clientHeight) ); } function isIE(){ return /msie/i.test(navigator.userAgent) && !/opera/i.test(navigator.userAgent); } var kwm_read_qas_text = 'Read Questions and Answers'; var kwm_write_qa_text = 'Ask a question'; var kwm_folder = 'kvm_switches'; document.write('
<\/scr' + 'ipt>
Have a question about this product? Ask here!
Your contact info is kept private.
Hello, I have two laptops and limited work space on my desk. Can I use this to connect the two laptops to one HDMI monitor and use one wireless keyboard and mouse?
In theory you would be able to use your wireless keyboard and mouse. Please note that laptops and wireless technology are hit and miss with KVM switches and cannot be guaranteed. We have seen success using wireless with KVMs that use an integrated USB 2.0 hub, to attach the wireless to, such as this one.
100% of 2 people found this helpful. Was this helpful to you? Yes(2) | No(0)
It's my understanding that HDMI 1.3 and later support 2560x1600 video. This switch is listed as HDMI 1.3b compliant but the maximum resolution shown is a mere 1080p (1920x1080). Will this switch support a 30" monitor at 2560x1600?
We are still waiting on confirmation of the reported specs for this device from the manufacturer. Unfortunately, the datasheet, manual and manufacturers website all state resolutions up to 1080p. Without confirmation from the manufacturer, we would assume a max. resolution of 1080p.

If we hear differently, we will update this post and the specifications for this product on our website.
100% of 4 people found this helpful. Was this helpful to you? Yes(4) | No(0)
I have 4 computers and two monitors, can I use this is conjuction with an HDMI splitter to connect both displays to the switch so I can have dual dispaly's?
Thank you for your inquiry. Unfortunately no, this switch will not function as a true dual monitor setup. When used as described, with an HDMI splitter, the display output would be mirrored on both monitors, rather than be a true dual monitor setup where the desktop could be extended across both monitors. To function as true multi-monitor setup, you would need a multi-monitr KVM with separate video inputs and outputs for both monitors. See: https://www.kvm-switches-online.com/dual-head-kvm-switch.html
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
I have 5 computers and want to know if two 1x4 HDMI/USB KVM devices can be chained together?
Thank you for your inquiry. According to our SmartAVI representative, you should be able to daisy-chain these units. However, the engineering team was out of the office and won\'t be back until Monday, so the sales rep could not 100% guarantee that it would work. We should here back on Monday and will update this post when new information is available.
25% of 4 people found this helpful. Was this helpful to you? Yes(1) | No(3)
Hi! If I connect USB Bluetooth dongle to this switch's USB HUB, will it work?
Thank you for your inquiry. I have confirmed with the manufacturer that it will work.
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
More Questions...
');document.getElementById('kwm-sr').style.display = 'none';