mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-03 07:55:45 +01:00
added 'defsearch' setting
This commit is contained in:
@@ -76,6 +76,19 @@ var g_settings = [/*{{{*/
|
||||
"sfbh",
|
||||
null
|
||||
],
|
||||
[
|
||||
["defsearch", "ds"],
|
||||
["defsearch", "ds"],
|
||||
"Set the default search engine",
|
||||
"The default search engine is used in the <code class=command>:[tab]open [arg]</code> command "+
|
||||
"if [arg] neither looks like a URL or like a specified search engine/keyword.",
|
||||
"string",
|
||||
function() { return [["foo", "bar"], ["shit", "blub"]]; },
|
||||
function(value) { search.setDefaultEngine(value); },
|
||||
function() { return search.getDefaultEngine().alias; },
|
||||
"google",
|
||||
null
|
||||
],
|
||||
[
|
||||
["extendedhinttags", "eht"],
|
||||
["extendedhinttags", "eht"],
|
||||
|
||||
Reference in New Issue
Block a user