diff options
author | Štěpán Němec <stepnem@gmail.com> | 2011-05-25 22:51:19 +0200 |
---|---|---|
committer | Štěpán Němec <stepnem@gmail.com> | 2011-05-25 22:51:19 +0200 |
commit | dad074c000af95475797ec034a0165e992e64fa3 (patch) | |
tree | a9828c4842d1d8039fde46ba18f3e8c06791cf55 /common | |
parent | b4adf3266353b45434b06415e11833864d282904 (diff) | |
download | pentadactyl-dad074c000af95475797ec034a0165e992e64fa3.tar.gz |
Add 'strictfocus' value descriptions to its help entry.
Fixes issue #546.
Diffstat (limited to 'common')
-rw-r--r-- | common/locale/en-US/options.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index da128279..189e283c 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -1434,6 +1434,14 @@ <p> Prevent scripts from focusing input elements without user intervention. </p> + + <p>Possible values:</p> + + <dl> + <dt>despotic</dt> <dd>Only allow focus changes when explicitly requested by the user</dd> + <dt>laissez-faire</dt> <dd>Always allow focus changes</dd> + <dt>moderate</dt> <dd>Allow focus changes after user-initiated focus change</dd> + </dl> </description> </item> |