diff --git a/EST/js/app/Plugin.js b/EST/js/app/Plugin.js index b7f4b3e..3a0b375 100644 --- a/EST/js/app/Plugin.js +++ b/EST/js/app/Plugin.js @@ -56,6 +56,9 @@ function initCodeMirror(element) { extraKeys: { "Ctrl-Q": function(cm) { cm.foldCode(cm.getCursor()); + }, + "Ctrl-Enter": function(cm) { + gs.execute(gs.es); } }, foldGutter: true,