1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 20:07:59 +01:00

added feeling lucky 'lucky' quick search

This commit is contained in:
Martin Stubenschrott
2007-04-25 09:20:52 +00:00
parent dc0af86c32
commit d7e155f9d2
2 changed files with 2 additions and 1 deletions

2
TODO
View File

@@ -37,7 +37,7 @@ FEATURES:
6 make a real one-tab-mode, divert _all_ other targets, possible by setting a firefox option (set popup=0-3) 6 make a real one-tab-mode, divert _all_ other targets, possible by setting a firefox option (set popup=0-3)
6 Shift-Insert in textboxes pastes selection contents 6 Shift-Insert in textboxes pastes selection contents
6 page info support (ctrl-g, g<C-g>) 6 page info support (ctrl-g, g<C-g>)
5 Use arrow keys in preview window 5 Use arrow keys in preview window, and ctrl-w+j/k to switch to from preview window
5 Sort :open completion by date? 5 Sort :open completion by date?
5 make use of the ] and [ keys to e.g. jump to the next heading ]], next image ]i, previous textbox [t and so on 5 make use of the ] and [ keys to e.g. jump to the next heading ]], next image ]i, previous textbox [t and so on
5 add tag support to adding/deleting bookmarks 5 add tag support to adding/deleting bookmarks

View File

@@ -967,6 +967,7 @@ var g_hint_mappings = [ /*{{{*/
var g_searchengines = [ /*{{{*/ var g_searchengines = [ /*{{{*/
["google", "http://www.google.com/search?num=100&q=%s"], ["google", "http://www.google.com/search?num=100&q=%s"],
["lucky", "http://www.google.com/search?num=100&q=%s&btnI=I'm%20Feeling%20Lucky"],
["chefkoch", "http://www.chefkoch.de/rezept-suche.php?Suchbegriff=%s"], ["chefkoch", "http://www.chefkoch.de/rezept-suche.php?Suchbegriff=%s"],
["dewiki", "http://de.wikipedia.org/wiki/%s"], ["dewiki", "http://de.wikipedia.org/wiki/%s"],
["discogs", "http://www.discogs.com/search?type=all&q=%s&btn=Search"], ["discogs", "http://www.discogs.com/search?type=all&q=%s&btn=Search"],