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.
Does the RKP119 support Apple products?
Thank you for your inquiry,

You can indeed use the RKP119 with a MAC. Essentially this is the same as plugging in a Windows keyboard into a MAC; You would simply need to re-map a couple of native MAC keys as seen below (i.e. apple [Command] to [Ctrl]). As far as USB, audio, or other types compatibility with Apple products, you should be good to go out-the-box without any issues.

\'Use
\'Use

That being said, you may also want to consider this Raloy RF117HDM console drawer (MAC version) which ships with a native MAC keyboard.

0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
Does the 3G/HD/SD-SDI Input Option allow switching between SDI and VGA? What is cost of this option?
Thank you for your inquiry,

The optional [-SDI] model with SDI + VGA + HDMI 1.3 inputs is an additional +$486.

If you are intending to switch only the video source (keyboard and mouse would not carry through) you could indeed use the RKP119 to switch sources through the On-screen Display (OSD) menu. Please note however, the RKP119 is not really designed for regular switching and does not feature some more advanced switching features i.e. video source emulation to ensure the sources know a display is connected and the resolution stays consistent when switching.

If you need to switch the video and keyboard + mouse control, or would like more advanced switching features, you may want to consider the RKP119 base model + a 2-port VGA KVM + a 3G/HD/SD-SDI to VGA converter.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
Does the RKP119 have a 2 pt. lock?
Thank you for your inquiry,

The Austin Hughes CyberView RKP119 features two manual release latches on the rack mounting brackets to lock the drawer from sliding, but does not feature a separate 2 point lock on the handle.

Here are some very similar models that also feature a 2 point lock on the handle:
Raloy RNX119
CyberView N119

We also have some other alternatives that feature a 2 point lock in different form factor / screen size / video input configurations i.e.:
CyberView L120 - 20"
CyberView F1417 - Ultra-Short Depth 17" 1080P
CyberView K1417 - Ultra-Short Depth 17" 4K display with DisplayPort or optionally HDMI or SDI inputs
CyberView RKP2419 - Dual-Slide Short Depth 19"
CyberView RKP2417F - Dual-Slide Short Depth 17" 1080P

For a recommendation based on your application, please feel free to contact your KVM Switches Online sales representative.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
For the CyberView RKP119, is the front USB port available without a KVM? Just want to feed the USB through back to the computer and have the front USB available for devices such as thumbdrive or USB CD drive
Thank you for your inquiry,

It is! You can get the RKP119 with an optional front USB port (transparent) without an integrated KVM. The part number for this configuration is RKP119-USB / RKP119e-USB (with touchpad) or RKP119b-USB (with trackball).

When purchasing the RKP119 online, you can also now simply select the "[-USB] Transparent USB Port" option from the "Front USB Port" dropdown menu.

Please let us know if there is anything else we can help you with!
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
');document.getElementById('kwm-sr').style.display = 'none';