diff options
Diffstat (limited to 'doc/it')
-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`) |