1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-13 01:53:37 +02:00

Document 'timeout' and 'timeoutlen'.

--HG--
branch : key-processing
This commit is contained in:
Štěpán Němec
2011-01-26 19:02:25 +01:00
parent 20b05a1323
commit c952a83c54
4 changed files with 40 additions and 3 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>