diff --git a/common/content/modes.js b/common/content/modes.js index e681835e..ae26b090 100644 --- a/common/content/modes.js +++ b/common/content/modes.js @@ -615,7 +615,7 @@ var Modes = Module("modes", { "Return to the previous mode", function () { modes.pop(null, { fromEscape: true }); }); - mappings.add([modes.MENU], [""], + mappings.add([modes.AUTOCOMPLETE, modes.MENU], [""], "Leave Menu mode", function () { modes.pop(); });