Shortcuts are now added from sframe-common

pull/1/head
yflory 6 years ago
parent d8715754a3
commit b74e086602

@ -861,12 +861,6 @@ Messenger, MessengerUI, Messages) {
}, },
content: '<span class="fa fa-plus-circle"></span> ' + Messages.creation_appMenuName content: '<span class="fa fa-plus-circle"></span> ' + Messages.creation_appMenuName
}); });
$(window).keydown(function (e) {
if (e.which === 69 && (e.ctrlKey || (navigator.platform === "MacIntel" && e.metaKey))) {
e.preventDefault();
Common.createNewPadModal();
}
});
var dropdownConfig = { var dropdownConfig = {
text: '', // Button initial text text: '', // Button initial text
options: pads_options, // Entries displayed in the menu options: pads_options, // Entries displayed in the menu

Loading…
Cancel
Save