From 96eae9b16e9de816a612d1e829be6d534a5ce277 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 27 Aug 2008 02:05:17 +0000 Subject: [PATCH] add mapping to the command line to return to normal mode --- content/ui.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/ui.js b/content/ui.js index 17c80840..053fc8b6 100644 --- a/content/ui.js +++ b/content/ui.js @@ -358,6 +358,11 @@ liberator.CommandLine = function () //{{{ var modes = [liberator.modes.COMMAND_LINE]; + // TODO: move "", ""], "Focus content", + function () { liberator.events.onEscape(); }); + liberator.mappings.add(modes, [""], "Expand command line abbreviation", function ()