Update ACE
This commit is contained in:
+2
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+3
-4
@@ -104,11 +104,10 @@
|
|||||||
editor.commands.addCommand({
|
editor.commands.addCommand({
|
||||||
name: 'submitForm',
|
name: 'submitForm',
|
||||||
bindKey: {
|
bindKey: {
|
||||||
win: 'Ctrl-Enter|Alt-Enter',
|
win: 'Ctrl-Return|Alt-Return',
|
||||||
mac: 'Command-Enter|Alt-Enter',
|
mac: 'Command-Return|Alt-Return'
|
||||||
sender: 'editor'
|
|
||||||
},
|
},
|
||||||
exec: function(env, args, request) {
|
exec: function(editor) {
|
||||||
$('form').submit();
|
$('form').submit();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user