1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-03 07:15:47 +01:00

Update some default option values in options.xml.

--HG--
extra : rebase_source : 2d935796a63c269f8655f0b1c3f32461ac74c2e3
This commit is contained in:
Doug Kearns
2010-10-11 22:02:08 +11:00
parent c081c92d3d
commit cc9db4f1f8

View File

@@ -3,8 +3,7 @@
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd" [ <!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd" [
<!ENTITY hinttags "//*[@onclick or @onmouseover or @onmousedown or <!ENTITY hinttags "//*[@onclick or @onmouseover or @onmousedown or
@onmouseup or @oncommand or @onmouseup or @oncommand or @role='link'] |
@class='lk' or @role='link'] |
//input[not(@type='hidden')] | //a | //area | //input[not(@type='hidden')] | //a | //area |
//iframe | //textarea | //button | //select | //iframe | //textarea | //button | //select |
//xhtml:input[not(@type='hidden')] | //xhtml:a | //xhtml:input[not(@type='hidden')] | //xhtml:a |
@@ -319,8 +318,8 @@
<tags>'act' 'activate'</tags> <tags>'act' 'activate'</tags>
<spec>'activate' 'act'</spec> <spec>'activate' 'act'</spec>
<type>stringlist</type> <type>stringlist</type>
<default>addons,downloads,extoptions,help, <default>addons,bookmarks,diverted,downloads,extoptions,help,homepage,
homepage,quickmark,tabopen,paste</default> quickmark,tabopen,paste</default>
<description> <description>
<p> <p>
A list of items which, when opened in a new tab, are A list of items which, when opened in a new tab, are
@@ -625,7 +624,7 @@
<tags>'go' 'guioptions'</tags> <tags>'go' 'guioptions'</tags>
<spec>'guioptions' 'go'</spec> <spec>'guioptions' 'go'</spec>
<type>charlist</type> <type>charlist</type>
<default>rb</default> <default>rbC</default> <!-- TODO: make this config specific -->
<description> <description>
<p>Show or hide certain GUI elements.</p> <p>Show or hide certain GUI elements.</p>
@@ -1422,7 +1421,7 @@
<tags>'wic' 'wildcase'</tags> <tags>'wic' 'wildcase'</tags>
<spec>'wildcase' 'wic'</spec> <spec>'wildcase' 'wic'</spec>
<type>regexmap</type> <type>regexmap</type>
<default>smart</default> <default>.?:smart</default>
<description> <description>
<p> <p>
Defines how completions are matched with regard to character case. Defines how completions are matched with regard to character case.