1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 06:44:12 +01:00

Add 'strictfocus' value descriptions to its help entry.

Fixes issue #546.
This commit is contained in:
Štěpán Němec
2011-05-25 22:51:19 +02:00
parent b4adf32663
commit dad074c000

View File

@@ -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>