diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-12-25 21:52:35 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-12-25 21:52:35 +0100 |
commit | 68948f9747432bcfeaec82dbc30992388d3194d5 (patch) | |
tree | 7d4d54dbf76b3f0cca616a9188cb9443a9266c06 /doc/it/autogen | |
parent | 3c338adc525f08845f782f04440c894bb858fa9c (diff) | |
download | weechat-68948f9747432bcfeaec82dbc30992388d3194d5.zip |
core: change mouse state when option weechat.look.mouse is changed
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 17 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 2 |
2 files changed, 9 insertions, 10 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index f0afa9b4c..edac20f66 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -398,18 +398,17 @@ Senza argomenti, il comando visualizza il layout salvato. ........................................ /mouse enable|disable|toggle [<ritardo>] - enable: abilita mouse -disable: disabilita mouse - toggle: abilita/disabilita mouse -ritardo: ritardo (in secondi) dopo il quale viene ripristinato lo stato iniziale del mouse (utile per disattivarlo temporaneamente) + enable: enable mouse +disable: disable mouse + toggle: toggle mouse + delay: delay (in seconds) after which initial mouse state is restored (useful to temporarily disable mouse) -Per abilitare/disabilitare il mouse all'avvio, usare: - /set weechat.look.mouse on/off +The mouse state is saved in option "weechat.look.mouse". -Esempi: - abilita mouse: +Examples: + enable mouse: /mouse enable - abilita/disabilita mouse per 5 secondi: + toggle mouse for 5 seconds: /mouse toggle 5 ........................................ diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index 714cecb01..ef0bc7d64 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -559,7 +559,7 @@ ** valori: on, off (valore predefinito: `on`) * [[option_weechat.look.mouse]] *weechat.look.mouse* -** descrizione: `abilita il supporto del mouse all'avvio (per attivarlo ora, consultare /help mouse)` +** descrizione: `enable mouse support` ** tipo: bool ** valori: on, off (valore predefinito: `off`) |