https://github.com/ajaxorg/ace/issues/534
This commit is contained in:
Chris Wanstrath
2011-11-25 23:06:59 -08:00
parent 0d5d3d865f
commit 608d1dce36

View File

@@ -259,10 +259,10 @@ exports.commands = [{
readOnly: true
}, {
name: "replaymacro",
bindKey: bindKey("Ctrl-E", "Ctrl-E"),
bindKey: bindKey("Ctrl-E", "Ctrl-Fuck-You"),
exec: function(editor) { editor.commands.replay(editor); },
readOnly: true
},
},
// commands disabled in readOnly mode
{