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/de/autogen/user/weechat_options.asciidoc | |
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/de/autogen/user/weechat_options.asciidoc')
-rw-r--r-- | doc/de/autogen/user/weechat_options.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/de/autogen/user/weechat_options.asciidoc b/doc/de/autogen/user/weechat_options.asciidoc index 5c1120cb0..576434b8d 100644 --- a/doc/de/autogen/user/weechat_options.asciidoc +++ b/doc/de/autogen/user/weechat_options.asciidoc @@ -717,6 +717,11 @@ ** Typ: boolesch ** Werte: on, off (Standardwert: `on`) +* [[option_weechat.look.key_grab_delay]] *weechat.look.key_grab_delay* +** Beschreibung: `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` +** Typ: integer +** Werte: 1 .. 10000 (Standardwert: `800`) + * [[option_weechat.look.mouse]] *weechat.look.mouse* ** Beschreibung: `Mausunterstützung einschalten` ** Typ: boolesch |