1
0
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:
Kris Maglione
2011-01-26 16:22:29 -05:00
parent a6fe97b787
commit 218562e21b
48 changed files with 498 additions and 8666 deletions

View File

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