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();