From 16ff82cb16b9a731f91f817e337965960e17805a Mon Sep 17 00:00:00 2001 From: Jeremy Maitin-Shepard Date: Mon, 14 Apr 2008 02:55:43 -0400 Subject: [PATCH] google-search-results.js: also add binding for return --- modules/page-modes/google-search-results.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/page-modes/google-search-results.js b/modules/page-modes/google-search-results.js index efb7c9a..b04d67d 100644 --- a/modules/page-modes/google-search-results.js +++ b/modules/page-modes/google-search-results.js @@ -8,10 +8,10 @@ define_key(google_search_results_keymap, "j", "ensure-content-focused", $fallthr define_key(google_search_results_keymap, "k", "ensure-content-focused", $fallthrough); define_key(google_search_results_keymap, "o", "ensure-content-focused", $fallthrough); define_key(google_search_results_keymap, "/", "ensure-content-focused", $fallthrough); +define_key(google_search_results_keymap, "return", "ensure-content-focused", $fallthrough); /** - * Note: return already falls through by default in the content_buffer_normal_keymap, - * and escape already does the same thing as the Google key binding. + * Note: escape already does the same thing as the Google key binding. */ define_browser_object_class("google_search_results_links", $label = "Google Search Results", -- 2.11.4.GIT