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