diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-07-30 15:44:55 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-07-30 15:44:55 +0200 |
commit | 95b179dd0801ccb4b0068d1c2e2c04aa2264e912 (patch) | |
tree | 03ce8210c69ce6126662802e5bd09c0faaf04e35 /doc/de | |
parent | ca3c1e2636476d56285f4aa70f98ae57d2aa0da5 (diff) | |
download | weechat-95b179dd0801ccb4b0068d1c2e2c04aa2264e912.zip |
core: add "/input grab_mouse" and "/input grab_mouse_area" (default: right click on input bar)
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/autogen/user/weechat_commands.txt | 2 | ||||
-rw-r--r-- | doc/de/weechat_user.de.txt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt index 2e3c45ea7..7bc8f8413 100644 --- a/doc/de/autogen/user/weechat_commands.txt +++ b/doc/de/autogen/user/weechat_commands.txt @@ -304,6 +304,8 @@ list of actions: hotlist_clear: clear hotlist grab_key: grab a key (optional argument: delay for end of grab, default is 500 milliseconds) grab_key_command: grab a key with its associated command (optional argument: delay for end of grab, default is 500 milliseconds) + grab_mouse: grab mouse event code + grab_mouse_area: grab mouse event code with area scroll_unread: scroll to unread marker set_unread: set unread marker for all buffers set_unread_current_buffer: set unread marker for current buffer diff --git a/doc/de/weechat_user.de.txt b/doc/de/weechat_user.de.txt index 09c4bacf6..b68daee36 100644 --- a/doc/de/weechat_user.de.txt +++ b/doc/de/weechat_user.de.txt @@ -586,6 +586,7 @@ These keys are used in context "mouse", namely when a mouse event occurs. | ◾◽◽ | left | nicklist | Kick nick | /window ${_window_number};/kick ${nick} | ◾◽◽ | 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 | wheel ⇑ | - | any bar | Scroll bar by -10% | /bar scroll ${_bar_name} ${_window_number} -10% | wheel ⇓ | - | any bar | Scroll bar by +10% | /bar scroll ${_bar_name} ${_window_number} +10% | ◽◾◽ | - | anywhere | Start cursor mode at this point | /cursor go ${_x},${_y} |