diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-17 19:52:56 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-17 19:52:56 +0200 |
commit | 5ae6f133d61bcffcf98a413c8f31538d24b276e5 (patch) | |
tree | d46febf0367a1822b32aad8db268b701e4711a89 /doc/en | |
parent | 5a24709f35b2cb0aba7eb8debae4548f0d73a2fc (diff) | |
download | weechat-5ae6f133d61bcffcf98a413c8f31538d24b276e5.zip |
doc: fix typo in keys for mouse context
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_user.en.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index 19605a000..3cd416a7f 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -792,8 +792,8 @@ These keys are used in context "mouse", namely when a mouse event occurs. | ◾◽◽ | left (long) | nicklist | Kick and ban nick | /window ${_window_number};/kickban ${nick} | ◽◽◾ | left | nicklist | Ban nick | /window ${_window_number};/ban ${nick} | ◽◽◾ | - | input | Grab a mouse event and insert its code in command line | /input grab_mouse_area -| ⇑ | - | any bar | Scroll bar by -10% | /bar scroll ${_bar_name} ${_window_number} -20% -| ⇓ | - | any bar | Scroll bar by +10% | /bar scroll ${_bar_name} ${_window_number} +20% +| ⇑ | - | any bar | Scroll bar by -20% | /bar scroll ${_bar_name} ${_window_number} -20% +| ⇓ | - | any bar | Scroll bar by +20% | /bar scroll ${_bar_name} ${_window_number} +20% | ◽◾◽ | - | anywhere | Start cursor mode at this point | /cursor go ${_x},${_y} |======================================== |