diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-14 16:56:52 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-14 16:56:52 +0200 |
commit | 1a9e15c5a684e9eb5f6cc0e41765b075dfc969bd (patch) | |
tree | e1065e67ff1b2345f41f9d1d87d9b445f3a3cebe /doc/it | |
parent | ab986baa055ef41b39dfa67b5f992e3a5b901d95 (diff) | |
download | weechat-1a9e15c5a684e9eb5f6cc0e41765b075dfc969bd.zip |
doc: add missing keys m/q/Q (for cursor mode) in user guide
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_user.it.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/it/weechat_user.it.txt b/doc/it/weechat_user.it.txt index 6800af9e1..07e95e6bf 100644 --- a/doc/it/weechat_user.it.txt +++ b/doc/it/weechat_user.it.txt @@ -558,6 +558,9 @@ These keys are used in context "cursor" (free movement of cursor on screen). | @k(A-)@k(↓) | - | Move cursor one area down | /cursor move area_down | @k(A-)@k(←) | - | Move cursor one area left | /cursor move area_left | @k(A-)@k(→) | - | Move cursor one area right | /cursor move area_right +| @k(m) | chat | Quote message | hsignal:chat_quote_message;/cursor stop +| @k(q) | chat | Quote prefix + message | hsignal:chat_quote_prefix_message;/cursor stop +| @k(Q) | chat | Quote time + prefix + message | hsignal:chat_quote_time_prefix_message;/cursor stop | @k(b) | nicklist | Ban nick | /window ${_window_number};/ban ${nick} | @k(k) | nicklist | Kick nick | /window ${_window_number};/kick ${nick} | @k(K) | nicklist | Kick and ban nick | /window ${_window_number};/kickban ${nick} |