From b74e0866025b4c81c321d4eb6476b01bf65b4ce3 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 5 Nov 2018 17:46:51 +0100 Subject: [PATCH] Shortcuts are now added from sframe-common --- www/common/toolbar3.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/www/common/toolbar3.js b/www/common/toolbar3.js index 644cecf7a..490c1b2a2 100644 --- a/www/common/toolbar3.js +++ b/www/common/toolbar3.js @@ -861,12 +861,6 @@ Messenger, MessengerUI, Messages) { }, content: ' ' + Messages.creation_appMenuName }); - $(window).keydown(function (e) { - if (e.which === 69 && (e.ctrlKey || (navigator.platform === "MacIntel" && e.metaKey))) { - e.preventDefault(); - Common.createNewPadModal(); - } - }); var dropdownConfig = { text: '', // Button initial text options: pads_options, // Entries displayed in the menu