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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user