From 307b947e96b4c499a8de39dc347bff47c9686ebf Mon Sep 17 00:00:00 2001 From: Adam Jimenez Date: Sat, 17 May 2014 20:30:56 +0100 Subject: [PATCH] typo --- lib/ace/commands/default_commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ace/commands/default_commands.js b/lib/ace/commands/default_commands.js index 6506b5cf..108c7efb 100644 --- a/lib/ace/commands/default_commands.js +++ b/lib/ace/commands/default_commands.js @@ -153,7 +153,7 @@ exports.commands = [{ readOnly: true }, { name: "selectOrFindNext", - bindKey: bindKey("ALt-K", "Ctrl-G"), + bindKey: bindKey("Alt-K", "Ctrl-G"), exec: function(editor) { if (editor.selection.isEmpty()) editor.selection.selectWord();