X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Flocale%2Fen-US%2Foptions.xml;h=3aa6f5a94d17df1ecf748bf13e08a0e1592d3412;hb=70740024f9c028c1fd63e1a1850ab062ff956054;hp=9f911abf1077a0a0f499d6ecfea6dcec80b69e94;hpb=eeed0be1a8abf7e3c97f43b63c1d595e940fef21;p=dactyl.git diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index 9f911ab..3aa6f5a 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -1,7 +1,7 @@ - + <e-name>, its value is never shown but may be used to test whether the given parameter is empty.

+

+ Array elements, such as in the <args> parameter + of :command macros, may be accessed by appending + [n], where n is the one-based array + index, to the macro name. The first argument of a command is + therefore accessed with <args[1]>. +

Any substring enclosed by <{ and }> is automatically elided if any of the contained macros aren't currently @@ -151,6 +158,7 @@ + :set!= :set invoption=value ... :set option!=value ... @@ -182,6 +190,7 @@ + :set-default-all :set all&

Set all options to their default value.

@@ -300,14 +309,17 @@ :set! :set-! - :set! preference=value - :set! preference& + :set! …

- Change any &dactyl.host; preference (those on the about:config - page). You can also reset/delete these preferences with - :set! preference&. + The same as :set but operates on &dactyl.host; preferences + (those on the about:config page). See :set for operator + details.

+ + The no and inv prefix operators are not available + for setting preferences. +
@@ -329,7 +341,7 @@ 'act' 'activate' 'activate' 'act' - stringlist + &option.activate.type; addons,bookmarks,diverted,downloads,extoptions, help,homepage,quickmark,tabopen,paste @@ -358,8 +370,8 @@ 'awim' 'altwildmode' 'altwildmode' 'awim' - stringlist - list:full + &option.altwildmode.type; + &option.altwildmode.default;

Like wildmode, but when the key @@ -371,8 +383,8 @@ 'au' 'autocomplete' 'autocomplete' 'au' - regexplist - .* + &option.autocomplete.type; + &option.autocomplete.default;

Enables automatic completion for completion contexts (see @@ -413,8 +425,8 @@ 'bh' 'banghist' 'banghist' 'bh' - boolean - on + &option.banghist.type; + &option.banghist.default;

Replace occurrences of ! with the previous command when @@ -427,7 +439,7 @@ $CDPATH 'cd' 'cdpath' 'cdpath' 'cd' - stringlist + &option.cdpath.type; equivalent to . or .,$CDPATH

@@ -445,8 +457,8 @@ 'ca' 'cookieaccept' 'cookieaccept' 'ca' - string - all + &option.cookieaccept.type; + &option.cookieaccept.default;

When to accept cookies.

@@ -461,8 +473,8 @@ 'cl' 'cookielifetime' 'cookielifetime' - string - default + &option.cookielifetime.type; + &option.cookielifetime.default;

The lifetime for which to accept cookies. The available @@ -482,7 +494,8 @@ 'ck' 'cookies' 'cookies' 'ck' - stringlist session + &option.cookies.type; + &option.cookies.default;

The default action for the :cookies command.

@@ -491,8 +504,8 @@ 'cpt' 'complete' 'complete' 'cpt' - charlist - slf + &option.complete.type; + &option.complete.default;

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

@@ -518,11 +531,38 @@
+ + 'dls' 'dlsort' 'downloadsort' + 'downloadsort' + stringlist + -active,+filename + +

+ :downloads sort order, in order of precedence. + Each element must be preceded by a + or + -, indicating ascending or descending sorting, + respectively. Valid sort orders are: +

+ +
+
active
Whether download is active
+
complete
Percent complete
+
date
Date and time the download began
+
filename
Target filename
+
size
File size
+
speed
Download speed
+
time
Time remaining
+
url
Source URL
+
+
+
+ + 'ds' 'defsearch' 'defsearch' 'ds' - string - google + &option.defsearch.type; + &option.defsearch.default;

Sets the default search engine. The default search engine is @@ -543,8 +583,8 @@ 'editor' 'editor' - string - ]]> + &option.editor.type; + &option.editor.default;

Set the external text editor. @@ -576,8 +616,8 @@ 'enc' 'encoding' 'encoding' 'enc' - string - UTF-8 + &option.encoding.type; + &option.encoding.default;

Changes the character encoding of the current buffer. Valid only @@ -590,8 +630,8 @@ 'noeb' 'noerrorbells' 'eb' 'errorbells' 'errorbells' 'eb' - boolean - off + &option.errorbells.type; + &option.errorbells.default;

Ring the bell when an error message is displayed. See also @@ -603,8 +643,8 @@ 'ei' 'eventignore' 'eventignore' 'ei' - stringlist - + &option.eventignore.type; + &option.eventignore.default;

A list of autocommand event names which should be ignored. If the @@ -618,8 +658,8 @@ 'noex' 'noexrc' 'ex' 'exrc' 'exrc' 'ex' - boolean - off + &option.exrc.type; + &option.exrc.default;

Allow reading of an RC file in the current directory. This file is @@ -633,8 +673,8 @@ 'eht' 'extendedhinttags' 'extendedhinttags' 'eht' - regexpmap - [asOTivVWy]:a[href],area[href],img[src],iframe[src], + &option.extendedhinttags.type; + [asOTvVWy]:a[href],area[href],img[src],iframe[src], [f]:body, [F]:body,code,div,html,p,pre,span, [iI]:img, @@ -652,8 +692,8 @@ 'fenc' 'fileencoding' 'fileencoding' 'fenc' - string - UTF-8 + &option.fileencoding.type; + &option.fileencoding.default;

Changes the character encoding that &dactyl.appName; uses to read @@ -665,8 +705,8 @@ 'fc' 'findcase' 'findcase' 'fc' - string - smart + &option.findcase.type; + &option.findcase.default;

Find case matching mode.

@@ -681,17 +721,20 @@ 'fh' 'followhints' 'followhints' 'fh' - number - 0 + &option.followhints.type; + &option.followhints.default; -

Changes how soon matching hints are followed in Hints mode.

+

+ Define the conditions under which hints selected by typing the link + substring are followed. Hints selected by typing their label (as + specified by hintkeys) are always followed immediately. +

Possible values:

0
Follow the first hint as soon as typed text uniquely identifies it.
1
Follow the selected hint on .
-
2
Follow the selected hint on only if it's been -selected.
@@ -700,8 +743,8 @@ 'nofs' 'nofullscreen' 'fs' 'fullscreen' 'fullscreen' 'fs' - boolean - off + &option.fullscreen.type; + &option.fullscreen.default;

Show the current window full-screen. Also hide certain GUI elements, such as @@ -713,8 +756,8 @@ 'go' 'guioptions' 'guioptions' 'go' - charlist - bCrs + &option.guioptions.type; + &option.guioptions.default;

Show or hide certain GUI elements.

@@ -745,8 +788,8 @@ 'hf' 'helpfile' 'helpfile' 'hf' - string - intro + &option.helpfile.type; + &option.helpfile.default;

Name of the main help file. This is that page shown if the @@ -758,8 +801,8 @@ 'hin' 'hintinputs' 'hintinputs' 'hin' - stringlist - label,value + &option.hintinputs.type; + &option.hintinputs.default;

When generating hints for input elements that do not have an @@ -779,8 +822,8 @@ 'hk' 'hintkeys' 'hintkeys' 'hk' - string - 0123456789 + &option.hintkeys.type; + &option.hintkeys.default;

The keys used to label and select hints. With its default value, @@ -795,8 +838,8 @@ 'hm' 'hintmatching' 'hintmatching' 'hm' - stringlist - contains + &option.hintmatching.type; + &option.hintmatching.default;

Change the hint matching algorithm used in Hints mode.

@@ -848,7 +891,7 @@ 'ht' 'hinttags' 'hinttags' 'ht' - stringlist + &option.hinttags.type; a,area,button,iframe,input:not([type=hidden]),select,textarea, [onclick],[onmouseover],[onmousedown],[onmouseup],[oncommand], [tabindex],[role=link],[role=button] @@ -867,8 +910,8 @@ 'hto' 'hinttimeout' 'hinttimeout' 'hto' - number - 0 + &option.hinttimeout.type; + &option.hinttimeout.default;

Timeout in milliseconds before automatically following a non-unique @@ -883,8 +926,8 @@ 'hi' 'history' 'history' 'hi' - number - 500 + &option.history.type; + &option.history.default;

Maximum number of Ex commands and find patterns to store in the @@ -897,8 +940,8 @@ 'nohlf' 'nohlfind' 'hlf' 'hlfind' 'hlfind' 'hlf' - boolean - off + &option.hlfind.type; + &option.hlfind.default;

Highlight previous find pattern matches.

@@ -908,8 +951,8 @@ 'noif' 'noincfind' 'if' 'incfind' 'incfind' 'if' - boolean - on + &option.incfind.type; + &option.incfind.default;

Show the first match for a find pattern as it is typed.

@@ -919,8 +962,8 @@ 'noim' 'noinsertmode' 'im' 'insertmode' 'insertmode' 'im' - boolean - on + &option.insertmode.type; + &option.insertmode.default;

Use Insert mode as the default for text areas. This is useful if you @@ -930,7 +973,7 @@

- TextEdit mode can be entered with from Insert mode. + Text Edit mode can be entered with from Insert mode.

@@ -939,8 +982,8 @@ 'nojsd' 'nojsdebugger' 'jsd' 'jsdebugger' 'jsdebugger' 'jsd' - boolean - off + &option.jsdebugger.type; + &option.jsdebugger.default;

Use the JavaScript debugger service for JavaScript completion. @@ -949,11 +992,20 @@ - 'nolpl' 'noloadplugins' + 'jt' 'jumptags' + 'jumptags' + &option.jumptags.type; + &option.jumptags.default; + +

XPath or CSS selector strings of jumpable elements for extended hint modes.

+
+
+ + 'lpl' 'loadplugins' 'loadplugins' 'lpl' - regexplist - '\.(js|&dactyl.fileExt;)$' + &option.loadplugins.type; + &option.loadplugins.default;

A regular expression list that defines which plugins are loaded at @@ -990,8 +1042,8 @@ 'ml' 'mapleader' 'mapleader' 'ml' - string - \ + &option.mapleader.type; + &option.mapleader.default;

Defines the replacement keys for the pseudo-key.

@@ -1000,8 +1052,8 @@ 'maxitems' 'maxitems' - number - 20 + &option.maxitems.type; + &option.maxitems.default;

Maximum number of items to display at once in a listing.

@@ -1010,8 +1062,8 @@ 'msgs' 'messages' 'messages' 'msgs' - number - 100 + &option.messages.type; + &option.messages.default;

Maximum number of messages to store in the message history.

@@ -1020,8 +1072,8 @@ 'nomore' 'more' 'more' - boolean - on + &option.more.type; + &option.more.default;

Pause the message list window when more than one screen of @@ -1033,8 +1085,8 @@ 'newtab' 'newtab' - stringlist - + &option.newtab.type; + &option.newtab.default;

Defines which Ex commands open pages in new tabs rather than the @@ -1062,8 +1114,8 @@ 'nextpattern' 'nextpattern' - stringlist - '\bnext',^>$,'^(>>|»)$','^(>|»)','(>|»)$','\bmore\b' + &option.nextpattern.type; + &option.nextpattern.default;

Patterns to use when guessing the next page in a document @@ -1078,8 +1130,8 @@ 'noonline' 'online' 'online' - boolean - on + &option.online.type; + &option.online.default;

Enables or disables ‘offline’ mode, where network access is @@ -1091,8 +1143,8 @@ 'pa' 'pageinfo' 'pageinfo' 'pa' - charlist - gfm + &option.pageinfo.type; + &option.pageinfo.default;

Info shown in the :pageinfo output.

@@ -1100,8 +1152,10 @@
g
General info
+
e
Search Engines
f
Feeds
m
Meta tags
+
s
Security information

@@ -1114,8 +1168,8 @@ 'pk' 'passkeys' 'passkeys' 'pk' - sitemap - + &option.passkeys.type; + &option.passkeys.default;

Pass certain keys through directly for the given URLs. @@ -1141,11 +1195,26 @@ + + 'pu' 'passunknown' + 'passunknown' 'pu' + &option.showmode.type; + &option.showmode.default; + +

+ Pass unknown keys through to &dactyl.host; in these + modes. The first element matching a currently + active mode is the one that takes effect. Modes may be + negated by prefixing them with a !. +

+
+
+ 'pps' 'popups' 'popups' 'pps' - stringlist - tab + &option.popups.type; + &option.popups.default;

Defines where to show requested pop-up windows. Applies only to @@ -1179,8 +1248,8 @@ 'previouspattern' 'previouspattern' - stringlist - + &option.previouspattern.type; + &option.previouspattern.default;

Patterns to use when guessing the previous page in a document @@ -1195,8 +1264,8 @@ 'noprivate' 'private' 'private' - boolean - off + &option.private.type; + &option.private.default;

Set the private browsing option. In private browsing mode @@ -1213,7 +1282,7 @@ $&dactyl.idName;_RUNTIME 'rtp' 'runtimepath' 'runtimepath' 'rtp' - stringlist + &option.runtimepath.type; $&dactyl.idName;_RUNTIME or Unix, Mac: ~/.&dactyl.name; Windows: ~/&dactyl.name; @@ -1247,8 +1316,8 @@ 'si' 'sanitizeitems' 'sanitizeitems' 'si' - stringlist - all + &option.sanitizeitems.type; + &option.sanitizeitems.default;

The default list of private items to sanitize. See @@ -1260,8 +1329,8 @@ 'ss' 'sanitizeshutdown' 'sanitizeshutdown' 'ss' - stringlist - + &option.sanitizeshutdown.type; + &option.sanitizeshutdown.default;

The items to sanitize automatically at shutdown.

@@ -1271,8 +1340,8 @@ 'sts' 'sanitizetimespan' 'sanitizetimespan' 'sts' - number - all + &option.sanitizetimespan.type; + &option.sanitizetimespan.default;

The default sanitizer time span. Only items created within this timespan are @@ -1293,8 +1362,8 @@ 'scr' 'scroll' 'scroll' 'scr' - number - 0 + &option.scroll.type; + &option.scroll.default;

Number of lines to scroll with and @@ -1309,7 +1378,7 @@ 'sh' 'shell' 'shell' 'sh' - string + &option.shell.type; $SHELL or sh, Windows: cmd.exe

Shell to use for executing :! and :run commands.

@@ -1320,7 +1389,7 @@ 'shcf' 'shellcmdflag' 'shellcmdflag' 'shcf' - string + &option.shellcmdflag.type; -c, Windows: /c

Flag passed to shell when executing :! and :run commands.

@@ -1328,13 +1397,17 @@
- 'nosmd' 'noshowmode' 'smd' 'showmode' 'showmode' 'smd' - regexplist - !^normal$ + &option.showmode.type; + &option.showmode.default; -

Show the current mode in the command line if it matches this expression.

+

+ Show the current mode in the command line if it or any + of its parent modes is included in the list. + Modes may be negated by prefixing them with a + !. +

@@ -1342,8 +1415,8 @@ 'ssli' 'showstatuslinks' 'showstatuslinks' 'ssli' - string - status + &option.showstatuslinks.type; + &option.showstatuslinks.default;

When the mouse hovers over a link, or a link is otherwise focused, @@ -1363,8 +1436,8 @@ 'stal' 'showtabline' 'showtabline' 'stal' - string - always + &option.showtabline.type; + &option.showtabline.default;

Define when the tab bar is visible.

@@ -1377,23 +1450,30 @@
- 'nosf' 'nostrictfocus' 'sf' 'strictfocus' 'strictfocus' 'sf' - boolean - on + &option.strictfocus.type; + &option.strictfocus.default;

Prevent scripts from focusing input elements without user intervention.

+ +

Possible values:

+ +
+
despotic
Only allow focus changes when explicitly requested by the user
+
laissez-faire
Always allow focus changes
+
moderate
Allow focus changes after user-initiated focus change
+
'suggestengines' 'suggestengines' - stringlist - google + &option.suggestengines.type; + &option.suggestengines.default;

Set the search engines which can be used for completion @@ -1406,8 +1486,8 @@ 'notmo' 'notimeout' 'tmo' 'timeout' 'timeout' 'tmo' - boolean - true + &option.timeout.type; + &option.timeout.default;

When this option is set and a key sequence interpretable both as a @@ -1420,8 +1500,8 @@ 'tmol' 'timeoutlen' 'timeoutlen' 'tmol' - number - 1000 + &option.timeoutlen.type; + &option.timeoutlen.default;

Maximum number of milliseconds to wait for a longer key command @@ -1434,8 +1514,8 @@ 'titlestring' 'titlestring' - string - &dactyl.appName; + &option.titlestring.type; + &option.titlestring.default;

Set the application name shown after the current page title in @@ -1448,8 +1528,8 @@ 'us' 'urlsep' 'urlseparator' 'urlseparator' 'urlsep' 'us' - string - \| + &option.urlseparator.type; + &option.urlseparator.default;

The regular expression used to split URL lists in commands @@ -1465,8 +1545,8 @@ 'noum' 'nousermode' 'um' 'usermode' 'usermode' 'um' - boolean - off + &option.usermode.type; + &option.usermode.default;

Show current website with minimal styling.

@@ -1475,8 +1555,8 @@ 'vbs' 'verbose' 'verbose' 'vbs' - number - 1 + &option.verbose.type; + &option.verbose.default;

Define which info messages are displayed. As the value increases, @@ -1493,8 +1573,8 @@ 'novb' 'novisualbell' 'vb' 'visualbell' 'visualbell' 'vb' - boolean - off + &option.visualbell.type; + &option.visualbell.default;

Use visual bell instead of beeping on errors. The visual bell @@ -1508,8 +1588,8 @@ 'wia' 'wildanchor' 'wildanchor' 'wia' - regexplist - !'/ex/(back|buffer|ext|forward|help|undo)' + &option.wildanchor.type; + &option.wildanchor.default;

Regular expression list defining which completion groups show only @@ -1526,8 +1606,8 @@ 'wic' 'wildcase' 'wildcase' 'wic' - regexpmap - .?:smart + &option.wildcase.type; + &option.wildcase.default;

Defines how completions are matched with regard to character case. @@ -1547,12 +1627,13 @@ 'wig' 'wildignore' 'wildignore' 'wig' - regexplist - + &option.wildignore.type; + &option.wildignore.default;

- List of file patterns to ignore when completing files. For example, - the following will ignore object files and Vim swap files: + List of path name patterns to ignore when completing files and + directories. For example, the following will ignore object files + and Vim swap files:

\.o$,^\..*\.s[a-z]{2}$ @@ -1564,8 +1645,8 @@ 'wim' 'wildmode' 'wildmode' 'wim' - stringlist - list:full + &option.wildmode.type; + &option.wildmode.default;

Defines how command-line completion works. It is a comma-separated @@ -1602,8 +1683,8 @@ 'wis' 'wildsort' 'wildsort' 'wis' - regexplist - .* + &option.wildsort.type; + &option.wildsort.default;

A list of regular expressions defining which completion contexts @@ -1620,8 +1701,8 @@ 'wsp' 'wordseparators' 'wordseparators' 'wsp' - string - #*+|=~ _-]]]> + &option.wordseparators.type; + &option.wordseparators.default;

A regular expression which defines how words are split for