1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-22 20:55:46 +01: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

@@ -1409,12 +1409,12 @@ var Events = Module("events", {
"Prevent scripts from focusing input elements without user intervention",
"boolean", true);
options.add(["timeout", "to"],
options.add(["timeout", "tmo"],
"Whether to execute a shorter key command after a timeout when a longer command exists",
"boolean", true);
options.add(["timeoutlen", "tm"],
"Maximum time to wait for a longer key command when a shorter command exists",
options.add(["timeoutlen", "tmol"],
"Maximum time (milliseconds) to wait for a longer key command when a shorter one exists",
"number", 1000);
},
sanitizer: function () {