Shortcuts are now added from sframe-common
This commit is contained in:
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…
x
Reference in New Issue
Block a user