diff --git a/common/content/editor.js b/common/content/editor.js index 71279b0e..9bf016ee 100644 --- a/common/content/editor.js +++ b/common/content/editor.js @@ -846,20 +846,20 @@ var Editor = Module("editor", { bind([""], "Return to INSERT mode", function () Events.PASS); - bind([""], "Select the next autocompletion result", - function () Events.PASS); - - bind([""], "Select the next autocompletion result", - function () Events.PASS); - bind([""], "Return to INSERT mode", function () { events.feedkeys("", { skipmap: true }); }); - bind([""], "Select the next autocompletion result", - function () { events.feedkeys("", { skipmap: true }); }); + bind([""], "Select the previous autocomplete result", + function () Events.PASS); - bind([""], "Select the next previous result", + bind([""], "Select the previous autocomplete result", function () { events.feedkeys("", { skipmap: true }); }); + + bind([""], "Select the next autocomplete result", + function () Events.PASS); + + bind([""], "Select the next autocomplete result", + function () { events.feedkeys("", { skipmap: true }); }); }, options: function () {