diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-20 21:23:09 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-20 21:23:09 +0100 |
commit | 6e1e8e9ed835800c548d732916d8cbfb2395167a (patch) | |
tree | 2ef3de31d40b34c052d3794f196b53bf25650f63 /doc/it/weechat_faq.it.txt | |
parent | 94764208e42c919a322c24a2a53d25a68afc92ee (diff) | |
download | weechat-6e1e8e9ed835800c548d732916d8cbfb2395167a.zip |
Add question about meta keys in FAQ
Diffstat (limited to 'doc/it/weechat_faq.it.txt')
-rw-r--r-- | doc/it/weechat_faq.it.txt | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/doc/it/weechat_faq.it.txt b/doc/it/weechat_faq.it.txt index dc8ed2fa6..7bfff8a72 100644 --- a/doc/it/weechat_faq.it.txt +++ b/doc/it/weechat_faq.it.txt @@ -156,11 +156,30 @@ Per esempio, 'xterm-color' potrebbe visualizzare questo tipo di caratteri strani Se necessario, correggere la variabile TERM: `export TERM="xxx"`. +[[meta_keys]] +Some meta keys (alt + key) are not working, why? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +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': + +* for xterm: +---------------------------------------- +XTerm*metaSendsEscape: true +---------------------------------------- +* for uxterm: +---------------------------------------- +UXTerm*metaSendsEscape: true +---------------------------------------- + +And then reload resources (`xrdb -override ~/.Xresources`) or restart X. + + [[key_bindings]] Come posso personalizzare le associazioni dei tasti? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Le associazioni dei tasti sono personalizzabili con il comando /key. +Le associazioni dei tasti sono personalizzabili con il comando `/key`. Il tasto predefinito Meta-k (di solito Alt-k) consente di registrare il codice tasto ed inserirlo nella riga di comando. @@ -195,7 +214,7 @@ Note: * gli script in '~/.weechat/<linguaggio>/autoload/' sono caricati automaticamente all'avvio di WeeChat. -* è disponibile un plugin 'tcl' con la versione > = 0.3.x. +* è disponibile un plugin 'tcl' con la versione > = 0.3.0. [[change_locale_without_quit]] |