diff --git a/route/static/app/public.js b/route/static/app/public.js index f4bc80f73..5f65bcce8 100755 --- a/route/static/app/public.js +++ b/route/static/app/public.js @@ -648,7 +648,11 @@ function onlineEditFile(k, f) { "Ctrl-S": function() { $("#textBody").text(t.getValue()); onlineEditFile(2, f) - } + }, + "Cmd-S":function() { + $("#textBody").text(t.getValue()); + onlineEditFile(2, f) + }, }, mode: d, lineNumbers: true,