diff --git a/apps/system/js/bootstrap.js b/apps/system/js/bootstrap.js index 93a827cdb..1dfc4bc66 100644 --- a/apps/system/js/bootstrap.js +++ b/apps/system/js/bootstrap.js @@ -96,16 +96,16 @@ window.storage = new Storage(); /* === Shortcuts === */ /* For hardware key handling that doesn't belong to anywhere */ var Shortcuts = { - init: function rm_init() { - window.addEventListener('keyup', this); - }, + // init: function rm_init() { + // window.addEventListener('keyup', this); + // }, - handleEvent: function rm_handleEvent(evt) { - if (!ScreenManager.screenEnabled || evt.keyCode !== evt.DOM_VK_F6) - return; + // handleEvent: function rm_handleEvent(evt) { + // if (!ScreenManager.screenEnabled || evt.keyCode !== evt.DOM_VK_F6) + // return; - document.location.reload(); - } + // document.location.reload(); + // } }; /* === Localization === */