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/en | |
parent | 94764208e42c919a322c24a2a53d25a68afc92ee (diff) | |
download | weechat-6e1e8e9ed835800c548d732916d8cbfb2395167a.zip |
Add question about meta keys in FAQ
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_faq.en.txt | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/doc/en/weechat_faq.en.txt b/doc/en/weechat_faq.en.txt index 47985acb8..2195f1ca3 100644 --- a/doc/en/weechat_faq.en.txt +++ b/doc/en/weechat_faq.en.txt @@ -153,11 +153,30 @@ which is ok (like many other values). If needed, fix your TERM variable: `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]] How can I customize key bindings? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Key bindings are customizable with /key command. +Key bindings are customizable with `/key` command. Default key Meta-k (usually Alt-k) lets you grab key code and insert it in command line. @@ -192,7 +211,7 @@ Notes: * scripts in '~/.weechat/<language>/autoload/' are automatically loaded when WeeChat is starting up. -* a 'tcl' plugin is available with version > = 0.3.x. +* a 'tcl' plugin is available with version > = 0.3.0. [[change_locale_without_quit]] |