diff --git a/source/Ox.UI/js/Core/Keyboard.js b/source/Ox.UI/js/Core/Keyboard.js index 8fd5fbe1..a603d9f5 100644 --- a/source/Ox.UI/js/Core/Keyboard.js +++ b/source/Ox.UI/js/Core/Keyboard.js @@ -41,7 +41,6 @@ Ox.Keyboard = (function() { bound.forEach(function(id) { Ox.UI.elements[id].triggerEvent('key_' + key); }); - // Don't open Chrome Inspect Element, used for copyadd if (bound.length && key == 'control_shift_c') { event.preventDefault();