|
@@ -3005,7 +3005,7 @@
|
|
|
|
|
|
|
|
editor.commands.addCommand({
|
|
editor.commands.addCommand({
|
|
|
name: "new",
|
|
name: "new",
|
|
|
- bindKey: {win: "Ctrl-e", mac: "Command-e|Ctrl-e"},
|
|
|
|
|
|
|
+ bindKey: {win: "Ctrl-e", mac: "Command-e"},
|
|
|
exec: function () {
|
|
exec: function () {
|
|
|
huePubSub.publish('editor.create.new');
|
|
huePubSub.publish('editor.create.new');
|
|
|
}
|
|
}
|
|
@@ -4169,4 +4169,4 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-}));
|
|
|
|
|
|
|
+}));
|