diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-20 13:36:29 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-20 13:36:29 +0200 |
commit | 2944adc954c6dc3267ec8a8ac39334a0dc53b684 (patch) | |
tree | e7a2201c9ebba5d6b3f229fba6ea2117a93d987d /doc/en | |
parent | 08228492e6a848d54226ef0a9d29368ba561fa29 (diff) | |
download | weechat-2944adc954c6dc3267ec8a8ac39334a0dc53b684.zip |
script: add focus info for mouse on script buffer, add two default mouse bindings: left button = select line, right button = install/remove script
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/script_commands.txt | 5 | ||||
-rw-r--r-- | doc/en/weechat_user.en.txt | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/en/autogen/user/script_commands.txt b/doc/en/autogen/user/script_commands.txt index d74987f0a..11133d35b 100644 --- a/doc/en/autogen/user/script_commands.txt +++ b/doc/en/autogen/user/script_commands.txt @@ -50,6 +50,11 @@ Input allowed on script buffer: word(s) filter scripts: search word(s) in scripts (description, tags, ...) * remove filter +Mouse actions on script buffer: + wheel scroll list + left button select script + right button install/remove script + Examples: /script search url /script install iset.pl buffers.pl diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index 3cd416a7f..7405ba99a 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -776,6 +776,8 @@ These keys are used in context "mouse", namely when a mouse event occurs. | ◾◽◽ | right | chat | Switch to next buffer | /window ${_window_number};/buffer +1 | ◾◽◽ | left (long) | chat | Switch to first buffer | /window ${_window_number};/buffer 1 | ◾◽◽ | right (long) | chat | Switch to last buffer | /window ${_window_number};/input jump_last_buffer +| ◾◽◽ | - | chat (script buffer) | Select line in script buffer | /script go ${_chat_line_y} +| ◽◽◾ | - | chat (script buffer) | Install/remove script | /script go ${_chat_line_y};/script installremove ${script_name_with_extension} | ⇑ | - | chat | Scroll up a few lines in buffer history | /window scroll_up -window ${_window_number} | ⇓ | - | chat | Scroll down a few lines in buffer history | /window scroll_down -window ${_window_number} | ⇑ | - | chat (script buffer) | Move 5 lines up in script buffer | /script up 5 |