mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-03 06:03:33 +02:00
Fix tab number updates in FF36. Closes issue 300.
This commit is contained in:
@@ -1391,6 +1391,34 @@
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>'tmo' 'timeout'</tags>
|
||||
<spec>'timeout' 'tmo'</spec>
|
||||
<type>boolean</type>
|
||||
<default>true</default>
|
||||
<description>
|
||||
<p>
|
||||
When this option is set and a key sequence interpretable both as a
|
||||
complete command and as a start of a longer command is typed,
|
||||
execute the shorter command after <o>timeoutlen</o> milliseconds.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>'tmol' 'timeoutlen'</tags>
|
||||
<spec>'timeoutlen' 'tmol'</spec>
|
||||
<type>number</type>
|
||||
<default>1000</default>
|
||||
<description>
|
||||
<p>
|
||||
Maximum number of milliseconds to wait for a longer key command
|
||||
when a shorter one exists. Only effective when <o>timeout</o> is
|
||||
set.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>'titlestring'</tags>
|
||||
<spec>'titlestring'</spec>
|
||||
|
||||
Reference in New Issue
Block a user