summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-07-26 09:45:40 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-07-26 09:45:40 +0200
commit74f1592f218608040f1c09df1764b6dda25fd6f6 (patch)
tree42b8cbd103ba43bb05b6a41816f0ce25d758cd68 /doc
parent6ec5d5a1485bad5fb79489a9ebdb30a00a29cabb (diff)
downloadweechat-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')
-rw-r--r--doc/de/autogen/user/weechat_options.asciidoc5
-rw-r--r--doc/en/autogen/user/weechat_options.asciidoc5
-rw-r--r--doc/fr/autogen/user/weechat_options.asciidoc5
-rw-r--r--doc/it/autogen/user/weechat_options.asciidoc5
-rw-r--r--doc/ja/autogen/user/weechat_options.asciidoc5
-rw-r--r--doc/pl/autogen/user/weechat_options.asciidoc5
6 files changed, 30 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
diff --git a/doc/en/autogen/user/weechat_options.asciidoc b/doc/en/autogen/user/weechat_options.asciidoc
index d889cd0cc..1fcde13f3 100644
--- a/doc/en/autogen/user/weechat_options.asciidoc
+++ b/doc/en/autogen/user/weechat_options.asciidoc
@@ -717,6 +717,11 @@
** type: boolean
** values: on, off (default value: `on`)
+* [[option_weechat.look.key_grab_delay]] *weechat.look.key_grab_delay*
+** description: `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`
+** type: integer
+** values: 1 .. 10000 (default value: `800`)
+
* [[option_weechat.look.mouse]] *weechat.look.mouse*
** description: `enable mouse support`
** type: boolean
diff --git a/doc/fr/autogen/user/weechat_options.asciidoc b/doc/fr/autogen/user/weechat_options.asciidoc
index f29fb039f..e876a9041 100644
--- a/doc/fr/autogen/user/weechat_options.asciidoc
+++ b/doc/fr/autogen/user/weechat_options.asciidoc
@@ -717,6 +717,11 @@
** type: booléen
** valeurs: on, off (valeur par défaut: `on`)
+* [[option_weechat.look.key_grab_delay]] *weechat.look.key_grab_delay*
+** description: `délai par défaut (en millisecondes) pour capturer une touche (en utilisant la touche par défaut alt-k) ; ce délai peut être remplacé dans la commande /input (voir /help input)`
+** type: entier
+** valeurs: 1 .. 10000 (valeur par défaut: `800`)
+
* [[option_weechat.look.mouse]] *weechat.look.mouse*
** description: `activer le support de la souris`
** type: booléen
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
diff --git a/doc/ja/autogen/user/weechat_options.asciidoc b/doc/ja/autogen/user/weechat_options.asciidoc
index 6886ff44e..b0a924bae 100644
--- a/doc/ja/autogen/user/weechat_options.asciidoc
+++ b/doc/ja/autogen/user/weechat_options.asciidoc
@@ -717,6 +717,11 @@
** タイプ: ブール
** 値: on, off (デフォルト値: `on`)
+* [[option_weechat.look.key_grab_delay]] *weechat.look.key_grab_delay*
+** 説明: `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`
+** タイプ: 整数
+** 値: 1 .. 10000 (デフォルト値: `800`)
+
* [[option_weechat.look.mouse]] *weechat.look.mouse*
** 説明: `マウスサポートの有効化`
** タイプ: ブール
diff --git a/doc/pl/autogen/user/weechat_options.asciidoc b/doc/pl/autogen/user/weechat_options.asciidoc
index 68a21d2af..355450be8 100644
--- a/doc/pl/autogen/user/weechat_options.asciidoc
+++ b/doc/pl/autogen/user/weechat_options.asciidoc
@@ -717,6 +717,11 @@
** typ: bool
** wartości: on, off (domyślna wartość: `on`)
+* [[option_weechat.look.key_grab_delay]] *weechat.look.key_grab_delay*
+** opis: `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: liczba
+** wartości: 1 .. 10000 (domyślna wartość: `800`)
+
* [[option_weechat.look.mouse]] *weechat.look.mouse*
** opis: `włącza wsparcie dla myszy`
** typ: bool