1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 18:53:12 +02:00

Update italian FAQ

This commit is contained in:
Sebastien Helleu
2010-02-22 14:38:00 +01:00
parent 2fc187743c
commit 27bf347e1c
+7 -7
View File
@@ -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]]