1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 23:24:14 +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" [
<!ENTITY hinttags "//*[@onclick or @onmouseover or @onmousedown or
@onmouseup or @oncommand or
@class='lk' or @role='link'] |
@onmouseup or @oncommand or @role='link'] |
//input[not(@type='hidden')] | //a | //area |
//iframe | //textarea | //button | //select |
//xhtml:input[not(@type='hidden')] | //xhtml:a |
@@ -319,8 +318,8 @@
<tags>'act' 'activate'</tags>
<spec>'activate' 'act'</spec>
<type>stringlist</type>
<default>addons,downloads,extoptions,help,
homepage,quickmark,tabopen,paste</default>
<default>addons,bookmarks,diverted,downloads,extoptions,help,homepage,
quickmark,tabopen,paste</default>
<description>
<p>
A list of items which, when opened in a new tab, are
@@ -625,7 +624,7 @@
<tags>'go' 'guioptions'</tags>
<spec>'guioptions' 'go'</spec>
<type>charlist</type>
<default>rb</default>
<default>rbC</default> <!-- TODO: make this config specific -->
<description>
<p>Show or hide certain GUI elements.</p>
@@ -1422,7 +1421,7 @@
<tags>'wic' 'wildcase'</tags>
<spec>'wildcase' 'wic'</spec>
<type>regexmap</type>
<default>smart</default>
<default>.?:smart</default>
<description>
<p>
Defines how completions are matched with regard to character case.