diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-07-26 09:45:40 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-07-26 09:45:40 +0200 |
commit | 74f1592f218608040f1c09df1764b6dda25fd6f6 (patch) | |
tree | 42b8cbd103ba43bb05b6a41816f0ce25d758cd68 /doc/it/autogen | |
parent | 6ec5d5a1485bad5fb79489a9ebdb30a00a29cabb (diff) | |
download | weechat-74f1592f218608040f1c09df1764b6dda25fd6f6.zip |
core: add option weechat.look.key_grab_delay to set the default delay when grabbing a key with alt-k
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/user/weechat_options.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/it/autogen/user/weechat_options.asciidoc b/doc/it/autogen/user/weechat_options.asciidoc index 52d86902d..115f64eae 100644 --- a/doc/it/autogen/user/weechat_options.asciidoc +++ b/doc/it/autogen/user/weechat_options.asciidoc @@ -717,6 +717,11 @@ ** tipo: bool ** valori: on, off (valore predefinito: `on`) +* [[option_weechat.look.key_grab_delay]] *weechat.look.key_grab_delay* +** descrizione: `default delay (in milliseconds) to grab a key (using default key alt-k); this delay can be overridden in the /input command (see /help input` +** tipo: intero +** valori: 1 .. 10000 (valore predefinito: `800`) + * [[option_weechat.look.mouse]] *weechat.look.mouse* ** descrizione: `abilita il supporto del mouse` ** tipo: bool |