summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-08-19 22:27:11 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-08-19 22:27:11 +0100
commit19238caf01b372e7498b72390ad056e29b5a2f28 (patch)
tree0ff94b4e226c85cb97445ad538b8bdc86728d76d /alot/defaults
parent0d99d808831592332601a0ca4861188025fcf10c (diff)
allow to bind mutiple keypresses
This queues key presses in UI for a while in case they don't match a binding. This way one can for example bind 'ctrl x ctrl q' = exit
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/alot.rc.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index 174413fd..f57224bc 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -4,6 +4,9 @@ ask_subject = boolean(default=True) # ask for subject when compose
# directory prefix for downloading attachments
attachment_prefix = string(default='~')
+# timeout in (floating point) seconds until partial input is cleared
+input_timeout = float(default=1.0)
+
# confirm exit
bug_on_exit = boolean(default=False)