mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 21:34:13 +01:00
Add 'strictfocus' value descriptions to its help entry.
Fixes issue #546.
This commit is contained in:
@@ -1434,6 +1434,14 @@
|
|||||||
<p>
|
<p>
|
||||||
Prevent scripts from focusing input elements without user intervention.
|
Prevent scripts from focusing input elements without user intervention.
|
||||||
</p>
|
</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>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user