X-Git-Url: https://git.donarmstrong.com/dactyl.git?a=blobdiff_plain;f=common%2Flocale%2Fen-US%2Foptions.xml;h=6de3231b5065d8c795fa4698ad07499ad8e14672;hb=9044153cb63835e39b9de8ec4ade237c03e3888a;hp=3aa6f5a94d17df1ecf748bf13e08a0e1592d3412;hpb=70740024f9c028c1fd63e1a1850ab062ff956054;p=dactyl.git diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index 3aa6f5a..6de3231 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -1,7 +1,7 @@ - + &dactyl.appName; has a number of internal variables and switches which can be set to - achieve special effects. These options come in 8 forms: + achieve special effects. These options come in the following forms:

@@ -53,7 +53,7 @@
regexpmap
- A combination of a stringmap and a regexplist. Each key + A combination of a stringmap and a regexplist. Each key in the key:value pair is a regexp. If the regexp begins with a !, the sense of the match is negated, such that a non-matching expression will be considered a match and vice versa. @@ -472,7 +472,7 @@ 'cl' 'cookielifetime' - 'cookielifetime' + 'cookielifetime' 'cl' &option.cookielifetime.type; &option.cookielifetime.default; @@ -509,33 +509,69 @@

Items which are completed at the :open prompts. Available items:

-
-
s
Search engines and keyword URLs
-
f
Local files
-
l
&dactyl.host; location bar entries (bookmarks and history sorted in an intelligent way)
-
b
Bookmarks
-
h
History
-
S
Search engine suggestions
+
+
search
Search engines and keyword URLs
+
file
Local files
+
location
&dactyl.host; location bar entries (bookmarks and history sorted in an intelligent way)
+
bookmark
Bookmarks
+
history
History
+
suggestion
Search engine suggestions
+

+ Additionally, native search providers can be added by prefixing + their names with the string native:. These + providers are often added by other add-ons and are occasionally + useful. +

+

The order is important, such that bsf will list bookmarks followed by matching quick searches and then matching files.

+ + For backward compatibility, this option currently accepts a single + entry containing single-letter names for completers. This usage + is deprecated and will be removed in the future. + + - Using b and h can make completion very slow if + Using bookmark and history can make completion very slow if there are many items. + + 'ds' 'defsearch' + 'defsearch' 'ds' + &option.defsearch.type; + &option.defsearch.default; + +

+ Sets the default search engine. The default search engine is + used by :open and related commands for arguments which + include no search or bookmark keywords and can't otherwise be + converted into URLs or existing file names. +

+ +

+ This means that with defsearch set to youtube, + :open Tim Minchin behaves exactly as + :open youtube Tim Minchin, so long as you don't have a + search or bookmark keyword called ‘Tim’. +

+
+
+ 'dls' 'dlsort' 'downloadsort' - 'downloadsort' - stringlist - -active,+filename + 'downloadsort' 'dlsort' 'dls' + + &option.downloadsort.type; + &option.downloadsort.default;

:downloads sort order, in order of precedence. @@ -557,29 +593,6 @@ - - - 'ds' 'defsearch' - 'defsearch' 'ds' - &option.defsearch.type; - &option.defsearch.default; - -

- Sets the default search engine. The default search engine is - used by :open and related commands for arguments which - include no search or bookmark keywords and can't otherwise be - converted into URLs or existing file names. -

- -

- This means that with defsearch set to youtube, - :open Tim Minchin behaves exactly as - :open youtube Tim Minchin, so long as you don't have a - search or bookmark keyword called ‘Tim’. -

-
-
- 'editor' 'editor' @@ -674,7 +687,7 @@ 'extendedhinttags' 'eht' &option.extendedhinttags.type; - [asOTvVWy]:a[href],area[href],img[src],iframe[src], + [asOTvVWy]:':-moz-any-link',area[href],img[src],iframe[src], [f]:body, [F]:body,code,div,html,p,pre,span, [iI]:img, @@ -718,6 +731,25 @@ + + 'ff' 'findflags' + 'findflags' 'ff' + &option.findflags.type; + &option.findflags.default; + +

Default flags for find invocations.

+ +
+
C
Match case
+
L
Search all text
+
R
Perform a plain string search
+
c
Ignore case
+
l
Search only in links
+
r
Perform a regular expression search
+
+
+
+ 'fh' 'followhints' 'followhints' 'fh' @@ -734,7 +766,7 @@
0
Follow the first hint as soon as typed text uniquely identifies it.
-
1
Follow the selected hint on .
+
1
Follow the selected hint on .
@@ -892,9 +924,9 @@ 'hinttags' 'ht' &option.hinttags.type; - a,area,button,iframe,input:not([type=hidden]),select,textarea, + :-moz-any-link,area,button,iframe,input:not([type=hidden]),select,textarea, [onclick],[onmouseover],[onmousedown],[onmouseup],[oncommand], - [tabindex],[role=link],[role=button] + [tabindex],[role=link],[role=button],[contenteditable=true]

A list of CSS selectors or XPath expressions used to select elements @@ -918,7 +950,7 @@ hint. The timeout is measured since the last time a key listed in hintkeys was pressed. It has no effect when narrowing hints by typing part of their text. Set to 0 (the default) to only follow - hints after pressing or when the hint is unique. + hints after pressing or when the hint is unique.

@@ -978,6 +1010,16 @@ + + 'isk' 'iskeyword' + 'iskeyword' 'isk' + &option.iskeyword.type; + &option.iskeyword.default; + +

Regular expression defining which characters constitute words.

+
+
+ 'nojsd' 'nojsdebugger' 'jsd' 'jsdebugger' @@ -993,7 +1035,7 @@ 'jt' 'jumptags' - 'jumptags' + 'jumptags' 'jt' &option.jumptags.type; &option.jumptags.default; @@ -1001,6 +1043,25 @@ + + 'ln' 'linenumbers' + 'linenumbers' 'ln' + &option.linenumbers.type; + &option.linenumbers.default; + +

+ Patterns used to determine line numbers used by G. May be + either a selector expression as accepted by hinttags, in + which case the first matching element whose text content is equal to + the desired line number is used or the countth element + failing that, or the string func: followed by a + function which, given arguments for the document and desired line + number, must return the target element. +

+
+
+ + 'lpl' 'loadplugins' 'loadplugins' 'lpl' @@ -1321,7 +1382,10 @@

The default list of private items to sanitize. See - :sanitize for a list and explanation of possible values. + :sanitize for a list and explanation of possible values. A + value of all will cause all items to be sanitized. Items + may be excluded by prefixing them with a !. The first + matching item takes precedence.

@@ -1369,12 +1433,36 @@ Number of lines to scroll with and commands. The number of lines scrolled defaults to half the window size. When a count is specified to the or - commands, that value is used instead. When the - value is 0, it defaults to half the window height. + commands, set this option to count before + executing the command. Setting this to 0 restores the + default behaviour. +

+ +
+ + + 'scs' 'scrollsteps' + 'scrollsteps' 'scs' + &option.scrollsteps.type; + &option.scrollsteps.default; + +

+ The number of steps in which to smooth scroll to a new position. If + set to 1, smooth scrolling is not used.

+ + 'sct' 'scrolltime' + 'scrolltime' 'sct' + &option.scrolltime.type; + &option.scrolltime.default; + +

The time, in milliseconds, in which to smooth scroll to a new position.

+
+
+ 'sh' 'shell' 'shell' 'sh' @@ -1449,6 +1537,16 @@ + + 'spl' 'spelllang' + 'spelllang' 'spl' + &option.spelllang.type; + &option.spelllang.default; + +

The language used by the spell checker.

+
+
+ 'sf' 'strictfocus' 'strictfocus' 'sf' @@ -1713,6 +1811,17 @@ + + 'ys' 'yankshort' + 'yankshort' 'ys' + &option.yankshort.type; + &option.yankshort.default; + +

Yank the canonical short URL of a web page where provided.

+
+
+ +