From 608d1dce368350359edd2b911f07f78718933bf5 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Fri, 25 Nov 2011 23:06:59 -0800 Subject: [PATCH] argh! https://github.com/ajaxorg/ace/issues/534 --- vendor/ace/commands/default_commands.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/ace/commands/default_commands.js b/vendor/ace/commands/default_commands.js index 9cbcf9384..aad471982 100644 --- a/vendor/ace/commands/default_commands.js +++ b/vendor/ace/commands/default_commands.js @@ -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 {