diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-22 14:38:00 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-22 14:38:00 +0100 |
commit | 27bf347e1c1889457e9a7d1b0419cb4d1e03a359 (patch) | |
tree | 5fff97dc87f31be6551783162332c6e173127b3a | |
parent | 2fc187743cf19ff45cde6f6106fc45952ee929f2 (diff) | |
download | weechat-27bf347e1c1889457e9a7d1b0419cb4d1e03a359.zip |
Update italian FAQ
-rw-r--r-- | doc/it/weechat_faq.it.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/it/weechat_faq.it.txt b/doc/it/weechat_faq.it.txt index 7bfff8a72..4fbb40aa8 100644 --- a/doc/it/weechat_faq.it.txt +++ b/doc/it/weechat_faq.it.txt @@ -157,22 +157,22 @@ Se necessario, correggere la variabile TERM: `export TERM="xxx"`. [[meta_keys]] -Some meta keys (alt + key) are not working, why? -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Alcuni tasti meta (alt + tasto) non funzionano, perché? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -If you're using some terminals like xterm or uxterm, some meta keys does not -work by default. You can add a line in file '~/.Xresources': +Se si utilizzano terminali come xterm o uxterm, alcuni tasti meta non funzionano +per default. È possibile aggiungere una riga nel file '~/.Xresources': -* for xterm: +* per xterm: ---------------------------------------- XTerm*metaSendsEscape: true ---------------------------------------- -* for uxterm: +* per uxterm: ---------------------------------------- UXTerm*metaSendsEscape: true ---------------------------------------- -And then reload resources (`xrdb -override ~/.Xresources`) or restart X. +Al termine, ricaricare la configurazione (`xrdb -override ~/.Xresources`) o riavviare X. [[key_bindings]] |